Skip to content

Commit 8ff8c1b

Browse files
committed
Increment version and update the changelog
1 parent 0de6d2d commit 8ff8c1b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# History of notable changes introduced in each version
22

3+
## v1.5.1 (2022-03-30)
4+
#### Updates
5+
- Change the library main script to the minified version (in hope of fixing the bundlephobia badge) ([`0de6d2df`](https://github.com/mahozad/theme-switch/commit/0de6d2df))
6+
7+
[All commits since version 1.5.0](https://github.com/mahozad/theme-switch/compare/v1.5.0...v1.5.1)
8+
39
## v1.5.0 (2022-03-30)
410
#### New features
511
- Reflect updates to switches in one page to all other open pages ([`b5586f00`](https://github.com/mahozad/theme-switch/commit/b5586f00))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"testURL": "http://localhost/"
5252
},
5353
"name": "@mahozad/theme-switch",
54-
"version": "1.5.0",
54+
"version": "1.5.1",
5555
"description": "Animated toggle button to switch between light/dark/system theme.",
5656
"main": "dist/theme-switch.min.js",
5757
"files": [

0 commit comments

Comments
 (0)