Skip to content

Commit b58f395

Browse files
committed
chore: release v0.1.21
1 parent 35feb8e commit b58f395

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### [0.1.21](https://github.com/danielroe/nuxt-typed-vuex/compare/0.1.20...0.1.21) (2020-08-30)
2+
3+
4+
### Features
5+
6+
* **nuxt-typed-vuex:** automatically transpile module ([35eb0a0](https://github.com/danielroe/nuxt-typed-vuex/commit/35eb0a0f221718e9f29e1f100a574f7c1e88bf1d))
7+
18
### [0.1.20](https://github.com/danielroe/nuxt-typed-vuex/compare/[email protected]) (2020-08-02)
29

310
### Bug Fixes

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"private": true,
3-
"version": "0.1.20",
3+
"version": "0.1.21",
44
"workspaces": [
55
"packages/*"
66
],

Diff for: packages/nuxt-typed-vuex/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-typed-vuex",
3-
"version": "0.1.20",
3+
"version": "0.1.21",
44
"description": "A typed store accessor for Nuxt.",
55
"keywords": [
66
"vuex",
@@ -33,7 +33,7 @@
3333
},
3434
"dependencies": {
3535
"normalize-path": "^3.0.0",
36-
"typed-vuex": "0.1.20"
36+
"typed-vuex": "0.1.21"
3737
},
3838
"devDependencies": {
3939
"@nuxt/types": "^2.14.3",

Diff for: packages/typed-vuex/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typed-vuex",
3-
"version": "0.1.20",
3+
"version": "0.1.21",
44
"description": "A typed store accessor for Vuex.",
55
"keywords": [
66
"vuex",

0 commit comments

Comments
 (0)