Skip to content

Commit

Permalink
chore: release v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Jun 8, 2022
1 parent 661a143 commit 9c19761
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@


## [0.3.1](https://github.com/danielroe/typed-vuex/compare/0.3.0...0.3.1) (2022-06-08)


### Bug Fixes

* 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))
* 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))

## [0.3.0](https://github.com/danielroe/typed-vuex/compare/0.2.0...0.3.0) (2022-02-19)


Expand Down Expand Up @@ -172,4 +182,4 @@

### Features

- initial commit ([b3eed9a](https://github.com/danielroe/nuxt-typed-vuex/commit/b3eed9a))
- initial commit ([b3eed9a](https://github.com/danielroe/nuxt-typed-vuex/commit/b3eed9a))
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.3.0",
"version": "0.3.1",
"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.3.0",
"version": "0.3.1",
"description": "A typed store accessor for Nuxt.",
"keywords": [
"vuex",
Expand Down Expand Up @@ -31,7 +31,7 @@
"dev": "nuxt test/fixture"
},
"dependencies": {
"typed-vuex": "0.3.0",
"typed-vuex": "0.3.1",
"upath": "^2.0.1"
},
"devDependencies": {
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.3.0",
"version": "0.3.1",
"description": "A typed store accessor for Vuex.",
"keywords": [
"vuex",
Expand Down

0 comments on commit 9c19761

Please sign in to comment.