diff --git a/CHANGELOG.md b/CHANGELOG.md index fb77b6b..a8887dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +### [0.1.20](https://github.com/danielroe/nuxt-typed-vuex/compare/nuxt-typed-vuex@0.1.19...0.1.20) (2020-08-02) + + +### Bug Fixes + +* move @nuxt/types and vuex to peerDeps ([4d6029e](https://github.com/danielroe/nuxt-typed-vuex/commit/4d6029ea582cc055010612b8427b4ae12fcd4fac)) +* state lazy evaluation in accessor ([#75](https://github.com/danielroe/nuxt-typed-vuex/issues/75)) ([bae68f5](https://github.com/danielroe/nuxt-typed-vuex/commit/bae68f59dfd7f05511469569943a56a15583b9b9)) + # Changelog All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. diff --git a/package.json b/package.json index c737110..d91aca4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "0.1.19", + "version": "0.1.20", "workspaces": [ "packages/*" ], diff --git a/packages/nuxt-typed-vuex/package.json b/packages/nuxt-typed-vuex/package.json index 612002f..f1732c0 100644 --- a/packages/nuxt-typed-vuex/package.json +++ b/packages/nuxt-typed-vuex/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-typed-vuex", - "version": "0.1.19", + "version": "0.1.20", "description": "A typed store accessor for Nuxt.", "repository": "danielroe/nuxt-typed-vuex", "license": "MIT", @@ -45,7 +45,7 @@ }, "dependencies": { "normalize-path": "^3.0.0", - "typed-vuex": "0.1.19" + "typed-vuex": "0.1.20" }, "peerDependencies": { "@nuxt/types": "^2.0.0" diff --git a/packages/typed-vuex/package.json b/packages/typed-vuex/package.json index d301d92..858e3c6 100644 --- a/packages/typed-vuex/package.json +++ b/packages/typed-vuex/package.json @@ -1,6 +1,6 @@ { "name": "typed-vuex", - "version": "0.1.19", + "version": "0.1.20", "description": "A typed store accessor for Vuex.", "repository": "danielroe/nuxt-typed-vuex", "license": "MIT",