Skip to content

Commit f3b092f

Browse files
committed
🔖 Release v1.0.5 [skip ci]
1 parent 6c9ceef commit f3b092f

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [v1.0.5] - 2021-06-14
2+
3+
[Release notes](https://github.com/BetaHuhn/drkmd.js/releases/tag/v1.0.5) · [Compare](https://github.com/BetaHuhn/drkmd.js/compare/v1.0.4...v1.0.5) · [Tag](https://github.com/BetaHuhn/drkmd.js/tree/v1.0.5) · Archive ([zip](https://github.com/BetaHuhn/drkmd.js/archive/v1.0.5.zip) · [tar.gz](https://github.com/BetaHuhn/drkmd.js/archive/v1.0.5.tar.gz))
4+
5+
### Dependency updates
6+
7+
- [`89e4cfc`](https://github.com/BetaHuhn/drkmd.js/commit/89e4cfc) Bump eslint from 7.27.0 to 7.28.0
8+
- [`2fa370a`](https://github.com/BetaHuhn/drkmd.js/commit/2fa370a) Bump trim-newlines from 3.0.0 to 3.0.1
9+
- [`e8e9a74`](https://github.com/BetaHuhn/drkmd.js/commit/e8e9a74) Bump glob-parent from 5.1.1 to 5.1.2
10+
111
## [v1.0.4] - 2021-05-31
212

313
[Release notes](https://github.com/BetaHuhn/drkmd.js/releases/tag/v1.0.4) · [Compare](https://github.com/BetaHuhn/drkmd.js/compare/v1.0.3...v1.0.4) · [Tag](https://github.com/BetaHuhn/drkmd.js/tree/v1.0.4) · Archive ([zip](https://github.com/BetaHuhn/drkmd.js/archive/v1.0.4.zip) · [tar.gz](https://github.com/BetaHuhn/drkmd.js/archive/v1.0.4.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": "1.0.4",
3+
"version": "1.0.5",
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)