Skip to content

Commit 17c453e

Browse files
committed
🔖 Release v1.0.0 [skip ci]
1 parent 9b7e344 commit 17c453e

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
## [v1.0.0] - 2021-04-07
2+
3+
[Release notes](https://github.com/BetaHuhn/drkmd.js/releases/tag/v1.0.0) · [Compare](https://github.com/BetaHuhn/drkmd.js/compare/v0.2.18...v1.0.0) · [Tag](https://github.com/BetaHuhn/drkmd.js/tree/v1.0.0) · Archive ([zip](https://github.com/BetaHuhn/drkmd.js/archive/v1.0.0.zip) · [tar.gz](https://github.com/BetaHuhn/drkmd.js/archive/v1.0.0.tar.gz))
4+
5+
### New features
6+
7+
- [`ef0ffc3`](https://github.com/BetaHuhn/drkmd.js/commit/ef0ffc3) Detect data attributes
8+
- [`f305a03`](https://github.com/BetaHuhn/drkmd.js/commit/f305a03) Use attribute to change theme on click
9+
10+
### Updates
11+
12+
- [`df25c9d`](https://github.com/BetaHuhn/drkmd.js/commit/df25c9d) Cleanup code
13+
- [`e8cfd72`](https://github.com/BetaHuhn/drkmd.js/commit/e8cfd72) Add more comments, reduce complexity
14+
15+
### Dependency updates
16+
17+
- [`9b7e344`](https://github.com/BetaHuhn/drkmd.js/commit/9b7e344) Update dependencies
18+
19+
### Breaking changes
20+
21+
- [`b42e1fd`](https://github.com/BetaHuhn/drkmd.js/commit/b42e1fd) ♻️ Prepend internal function with _
22+
- [`4ebce82`](https://github.com/BetaHuhn/drkmd.js/commit/4ebce82) Remove isActivated method (replaced with isDark/isLight)
23+
124
## [v0.2.18] - 2021-04-05
225

326
[Release notes](https://github.com/BetaHuhn/drkmd.js/releases/tag/v0.2.18) · [Compare](https://github.com/BetaHuhn/drkmd.js/compare/v0.2.17...v0.2.18) · [Tag](https://github.com/BetaHuhn/drkmd.js/tree/v0.2.18) · Archive ([zip](https://github.com/BetaHuhn/drkmd.js/archive/v0.2.18.zip) · [tar.gz](https://github.com/BetaHuhn/drkmd.js/archive/v0.2.18.tar.gz))

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "drkmd-js",
3-
"version": "0.2.18",
3+
"version": "1.0.0",
44
"description": "Simple dark-mode/light-mode toggle for any website",
55
"main": "dist/drkmd-js.min.js",
66
"scripts": {

0 commit comments

Comments
 (0)