Skip to content

Commit

Permalink
chore: release v0.1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Aug 30, 2020
1 parent 35feb8e commit b58f395
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.21](https://github.com/danielroe/nuxt-typed-vuex/compare/0.1.20...0.1.21) (2020-08-30)


### Features

* **nuxt-typed-vuex:** automatically transpile module ([35eb0a0](https://github.com/danielroe/nuxt-typed-vuex/commit/35eb0a0f221718e9f29e1f100a574f7c1e88bf1d))

### [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
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.20",
"version": "0.1.21",
"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.20",
"version": "0.1.21",
"description": "A typed store accessor for Nuxt.",
"keywords": [
"vuex",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"normalize-path": "^3.0.0",
"typed-vuex": "0.1.20"
"typed-vuex": "0.1.21"
},
"devDependencies": {
"@nuxt/types": "^2.14.3",
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.20",
"version": "0.1.21",
"description": "A typed store accessor for Vuex.",
"keywords": [
"vuex",
Expand Down

1 comment on commit b58f395

@vercel
Copy link

@vercel vercel bot commented on b58f395 Aug 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.