diff --git a/.changeset/neat-colts-impress.md b/.changeset/neat-colts-impress.md deleted file mode 100644 index 1e6d46e..0000000 --- a/.changeset/neat-colts-impress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'gatsby-plugin-use-dark-mode': patch ---- - -Ignore unexpected values in localStorage. diff --git a/CHANGELOG.md b/CHANGELOG.md index f45bb2c..c52a62b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 2.0.1 + +### Patch Changes + +- [#146](https://github.com/wKovacs64/gatsby-plugin-use-dark-mode/pull/146) [`a6b609d`](https://github.com/wKovacs64/gatsby-plugin-use-dark-mode/commit/a6b609ddb4016522a9f6a9fca73d4463fad46f32) Thanks [@wKovacs64](https://github.com/wKovacs64)! - Ignore unexpected values in localStorage. + ## 2.0.0 ### Major Changes diff --git a/package-lock.json b/package-lock.json index 2b1fce1..1804bf8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gatsby-plugin-use-dark-mode", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "gatsby-plugin-use-dark-mode", - "version": "2.0.0", + "version": "2.0.1", "license": "MIT", "dependencies": { "esbuild": "~0.17.0" diff --git a/package.json b/package.json index 7077ac7..38aff9a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-use-dark-mode", - "version": "2.0.0", + "version": "2.0.1", "description": "Gatsby plugin to prevent a flash of default styles when using the use-dark-mode hook", "keywords": [ "gatsby",