Skip to content

Commit 248ff9d

Browse files
committed
Increment version and update the changelog
1 parent aac7de9 commit 248ff9d

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.2 (2022-03-31)
4+
#### Updates
5+
- Revert the change to the main field in package.json introduced in the previous version ([`e5c36003`](https://github.com/mahozad/theme-switch/commit/e5c36003))
6+
7+
[All commits since version 1.5.1](https://github.com/mahozad/theme-switch/compare/v1.5.1...v1.5.2)
8+
39
## v1.5.1 (2022-03-30)
410
#### Updates
511
- 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))

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.1",
54+
"version": "1.5.2",
5555
"description": "Animated toggle button to switch between light/dark/system theme.",
5656
"main": "dist/theme-switch.js",
5757
"files": [

0 commit comments

Comments
 (0)