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 6, 2022
1 parent b6a4e5a commit c3faf06
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.0.0 (2022-03-06)
#### Bug fixes
- Fix the bug with sun rays color not being affected by the `--theme-switch-icon-color` CSS property ([`c90d7874`](https://github.com/mahozad/theme-switch/commit/c90d7874))

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

## v1.0.0-rc (2022-03-06)
#### Removals
- Remove the unnecessary Node.js exports ([`cd296e55`](https://github.com/mahozad/theme-switch/commit/cd296e55))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -35,7 +35,7 @@
"testURL": "http://localhost/"
},
"name": "@mahozad/theme-switch",
"version": "1.0.0-rc",
"version": "1.0.0",
"description": "A toggle button to switch between light/dark/system theme.",
"main": "theme-switch.js",
"files": [
Expand Down

0 comments on commit c3faf06

Please sign in to comment.