Skip to content

Commit

Permalink
chore: release v0.1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Sep 30, 2020
1 parent 1ef5dbb commit 379562d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "0.1.21",
"version": "0.1.22",
"workspaces": [
"packages/*"
],
Expand Down
4 changes: 2 additions & 2 deletions packages/nuxt-typed-vuex/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/typed-vuex/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typed-vuex",
"version": "0.1.21",
"version": "0.1.22",
"description": "A typed store accessor for Vuex.",
"keywords": [
"vuex",
Expand Down

1 comment on commit 379562d

@vercel
Copy link

@vercel vercel bot commented on 379562d Sep 30, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.