Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed Dec 22, 2020
1 parent e795f59 commit 8bbab66
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Set theme in `document.body` or `document.documentElement` by default

## [0.3.0](https://github.com/metonym/svelte-dark-mode/releases/tag/v0.3.0) - 2020-12-22

- use `SvelteComponentTyped` interface in TypeScript definitions

## [0.2.0](https://github.com/metonym/svelte-dark-mode/releases/tag/v0.2.0) - 2020-11-17

- add TypeScript definitions
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svelte-dark-mode",
"version": "0.2.0",
"version": "0.3.0",
"license": "MIT",
"description": "Support dark mode in your Svelte apps",
"author": "Eric Liu (https://github.com/metonym)",
Expand Down

0 comments on commit 8bbab66

Please sign in to comment.