Skip to content

Commit

Permalink
🚀 Releasing new version
Browse files Browse the repository at this point in the history
  • Loading branch information
sandoche committed Sep 9, 2020
1 parent bfd7736 commit ec646c3
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.5.7

* Adding role for better accessiblity of the widget

## 1.5.6

* Aria labels added for accessibility to the widget
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Darkmode.js is very easy to use, just copy-paste the following code or use the n
### 🚀 Easy way (using the JSDelivr CDN)
Just add this code to your HTML page:
```html
<script src="https://cdn.jsdelivr.net/npm/[email protected].6/lib/darkmode-js.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected].7/lib/darkmode-js.min.js"></script>
<script>
function addDarkmodeWidget() {
new Darkmode().showWidget();
Expand Down
Loading

0 comments on commit ec646c3

Please sign in to comment.