Skip to content

Commit 9c19761

Browse files
committed
chore: release v0.3.1
1 parent 661a143 commit 9c19761

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-5
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
2+
3+
## [0.3.1](https://github.com/danielroe/typed-vuex/compare/0.3.0...0.3.1) (2022-06-08)
4+
5+
6+
### Bug Fixes
7+
8+
* add `namespaced` and `strict` properties to store interfaces ([#272](https://github.com/danielroe/typed-vuex/issues/272)) ([bb5ff8d](https://github.com/danielroe/typed-vuex/commit/bb5ff8d373bd8d7ef7c543bddf338dd6ecb8ff28))
9+
* update `vuex` peer dependency and bump dev-dependencies ([#308](https://github.com/danielroe/typed-vuex/issues/308)) ([2ee9967](https://github.com/danielroe/typed-vuex/commit/2ee996709f2758730707bf34d49a5aa3e8de5a16))
10+
111
## [0.3.0](https://github.com/danielroe/typed-vuex/compare/0.2.0...0.3.0) (2022-02-19)
212

313

@@ -172,4 +182,4 @@
172182

173183
### Features
174184

175-
- initial commit ([b3eed9a](https://github.com/danielroe/nuxt-typed-vuex/commit/b3eed9a))
185+
- initial commit ([b3eed9a](https://github.com/danielroe/nuxt-typed-vuex/commit/b3eed9a))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"private": true,
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"workspaces": [
55
"packages/*"
66
],

packages/nuxt-typed-vuex/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-typed-vuex",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "A typed store accessor for Nuxt.",
55
"keywords": [
66
"vuex",
@@ -31,7 +31,7 @@
3131
"dev": "nuxt test/fixture"
3232
},
3333
"dependencies": {
34-
"typed-vuex": "0.3.0",
34+
"typed-vuex": "0.3.1",
3535
"upath": "^2.0.1"
3636
},
3737
"devDependencies": {

packages/typed-vuex/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typed-vuex",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "A typed store accessor for Vuex.",
55
"keywords": [
66
"vuex",

0 commit comments

Comments
 (0)