diff --git a/CHANGELOG.md b/CHANGELOG.md index 76f82a2..0078d6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [0.1.22](https://github.com/danielroe/nuxt-typed-vuex/compare/0.1.21...0.1.22) (2020-09-30) + + +### Performance Improvements + +* increase tree-shakeability of module ([8b98e33](https://github.com/danielroe/nuxt-typed-vuex/commit/8b98e330c560c70468e536592773f2f2ada5555f)) + ### [0.1.21](https://github.com/danielroe/nuxt-typed-vuex/compare/0.1.20...0.1.21) (2020-08-30) diff --git a/package.json b/package.json index 8a8ac44..d0ecf58 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "0.1.21", + "version": "0.1.22", "workspaces": [ "packages/*" ], diff --git a/packages/nuxt-typed-vuex/package.json b/packages/nuxt-typed-vuex/package.json index afc766c..98472b9 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.21", + "version": "0.1.22", "description": "A typed store accessor for Nuxt.", "keywords": [ "vuex", @@ -34,7 +34,7 @@ "dependencies": { "consola": "^2.15.0", "normalize-path": "^3.0.0", - "typed-vuex": "0.1.21" + "typed-vuex": "0.1.22" }, "devDependencies": { "@nuxt/types": "^2.14.6", diff --git a/packages/typed-vuex/package.json b/packages/typed-vuex/package.json index e03fce7..003479b 100644 --- a/packages/typed-vuex/package.json +++ b/packages/typed-vuex/package.json @@ -1,6 +1,6 @@ { "name": "typed-vuex", - "version": "0.1.21", + "version": "0.1.22", "description": "A typed store accessor for Vuex.", "keywords": [ "vuex",