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 5, 2022
1 parent 7ad0276 commit 619b2b0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# History of notable changes introduced in each version

## v1.1.0-rc (2022-03-06)
#### Removals
- Remove the unnecessary Node.js exports ([`cd296e55`](https://github.com/mahozad/theme-switch/commit/cd296e55))

[All commits since version 0.9.2](https://github.com/mahozad/theme-switch/compare/v0.9.2...v1.0.0-rc)

## v0.9.2 (2022-03-04)
#### Bug fixes
- Wrap the whole code (minified version) in an IIFE to avoid exposing variables and functions in global scope ([`a659c312`](https://github.com/mahozad/theme-switch/commit/a659c312))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -34,7 +34,7 @@
"testURL": "http://localhost/"
},
"name": "@mahozad/theme-switch",
"version": "0.9.2",
"version": "1.0.0-rc",
"description": "A toggle button to switch between light/dark/system theme.",
"main": "theme-switch.js",
"files": [
Expand Down

0 comments on commit 619b2b0

Please sign in to comment.