Skip to content

Commit c2081b9

Browse files
committed
chore: release v0.3.0
1 parent 7fcfcde commit c2081b9

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

Diff for: CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [0.3.0](https://github.com/danielroe/typed-vuex/compare/0.2.0...0.3.0) (2022-02-19)
2+
3+
4+
### Features
5+
6+
* add `createMapper` convenience utility ([#264](https://github.com/danielroe/typed-vuex/issues/264)) ([a26d2da](https://github.com/danielroe/typed-vuex/commit/a26d2da67c51beb0733e44c1da05482eaeca1d90))
7+
8+
9+
### Bug Fixes
10+
11+
* check Function instance for store state rather than typeof ([4363a56](https://github.com/danielroe/typed-vuex/commit/4363a5602d1031944d226117f04970785f14b5c8))
12+
113
## [0.2.0](https://github.com/danielroe/typed-vuex/compare/0.1.22...0.2.0) (2021-04-29)
214

315

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.2.0",
3+
"version": "0.3.0",
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.2.0",
3+
"version": "0.3.0",
44
"description": "A typed store accessor for Nuxt.",
55
"keywords": [
66
"vuex",
@@ -33,7 +33,7 @@
3333
"dev": "nuxt test/fixture"
3434
},
3535
"dependencies": {
36-
"typed-vuex": "0.2.0",
36+
"typed-vuex": "0.3.0",
3737
"upath": "^2.0.1"
3838
},
3939
"devDependencies": {

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.2.0",
3+
"version": "0.3.0",
44
"description": "A typed store accessor for Vuex.",
55
"keywords": [
66
"vuex",

0 commit comments

Comments
 (0)