Skip to content

Commit 99278c1

Browse files
committed
🚀 New version with better accessibility
1 parent e8c329f commit 99278c1

File tree

5 files changed

+13
-4
lines changed

5 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.5.6
4+
5+
* Aria labels added for accessibility to the widget
6+
37
## 1.5.5
48

59
* Fixing bug of visible button even when using programatically without widget

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Darkmode.js is very easy to use, just copy-paste the following code or use the n
3434
### 🚀 Easy way (using the JSDelivr CDN)
3535
Just add this code to your HTML page:
3636
```html
37-
<script src="https://cdn.jsdelivr.net/npm/[email protected].5/lib/darkmode-js.min.js"></script>
37+
<script src="https://cdn.jsdelivr.net/npm/[email protected].6/lib/darkmode-js.min.js"></script>
3838
<script>
3939
new Darkmode().showWidget();
4040
</script>

0 commit comments

Comments
 (0)