Skip to content

Commit 3efaba8

Browse files
committed
v2.1.0
1 parent d093e9a commit 3efaba8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

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

12+
## [2.1.0](https://github.com/metonym/svelte-dark-mode/releases/tag/v2.1.0) - 2022-01-23
13+
14+
- update JSDoc/type description for `theme` prop
15+
1216
## [2.0.0](https://github.com/metonym/svelte-dark-mode/releases/tag/v2.0.0) - 2021-09-05
1317

1418
- use `.svelte.d.ts` for TypeScript component definition extension

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte-dark-mode",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"license": "MIT",
55
"description": "Support dark mode in your Svelte apps",
66
"author": "Eric Liu (https://github.com/metonym)",

0 commit comments

Comments
 (0)