Skip to content

Commit

Permalink
chore: release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Feb 19, 2022
1 parent 7fcfcde commit c2081b9
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [0.3.0](https://github.com/danielroe/typed-vuex/compare/0.2.0...0.3.0) (2022-02-19)


### Features

* add `createMapper` convenience utility ([#264](https://github.com/danielroe/typed-vuex/issues/264)) ([a26d2da](https://github.com/danielroe/typed-vuex/commit/a26d2da67c51beb0733e44c1da05482eaeca1d90))


### Bug Fixes

* check Function instance for store state rather than typeof ([4363a56](https://github.com/danielroe/typed-vuex/commit/4363a5602d1031944d226117f04970785f14b5c8))

## [0.2.0](https://github.com/danielroe/typed-vuex/compare/0.1.22...0.2.0) (2021-04-29)


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.2.0",
"version": "0.3.0",
"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.2.0",
"version": "0.3.0",
"description": "A typed store accessor for Nuxt.",
"keywords": [
"vuex",
Expand Down Expand Up @@ -33,7 +33,7 @@
"dev": "nuxt test/fixture"
},
"dependencies": {
"typed-vuex": "0.2.0",
"typed-vuex": "0.3.0",
"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.2.0",
"version": "0.3.0",
"description": "A typed store accessor for Vuex.",
"keywords": [
"vuex",
Expand Down

1 comment on commit c2081b9

@vercel
Copy link

@vercel vercel bot commented on c2081b9 Feb 19, 2022

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.