Skip to content

Commit

Permalink
Increment version and update the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mahozad committed Mar 13, 2022
1 parent 8f2c028 commit 64fdd89
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,13 @@
# History of notable changes introduced in each version

## v1.3.0 (2022-03-13)
#### Other
- Migrate from Babel to [Rollup](https://rollupjs.org/) ([`c6f0f209`](https://github.com/mahozad/theme-switch/commit/c6f0f209), [`7f02c996`](https://github.com/mahozad/theme-switch/commit/7f02c996), and others).
This results in a smaller minified script.
Note that from this version on, the files to be used are in *dist/* directory of the library.

[All commits since version 1.2.1](https://github.com/mahozad/theme-switch/compare/v1.2.1...v1.3.0)

## v1.2.1 (2022-03-11)
#### Other
- Add some code refactorings ([`0a2aab86`](https://github.com/mahozad/theme-switch/commit/0a2aab86), [`3d5573a2`](https://github.com/mahozad/theme-switch/commit/3d5573a2), [`7fc2b960`](https://github.com/mahozad/theme-switch/commit/7fc2b960))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -51,7 +51,7 @@
"testURL": "http://localhost/"
},
"name": "@mahozad/theme-switch",
"version": "1.2.1",
"version": "1.3.0",
"description": "Animated toggle button to switch between light/dark/system theme.",
"main": "dist/theme-switch.js",
"files": [
Expand Down

0 comments on commit 64fdd89

Please sign in to comment.