diff --git a/CHANGELOG.md b/CHANGELOG.md index 754fb84..3a774b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.1.10](https://github.com/danielroe/nuxt-typed-vuex/compare/v0.1.10-beta.2...v0.1.10) (2019-11-06) + ### [0.1.9](https://github.com/danielroe/nuxt-typed-vuex/compare/v0.1.8...v0.1.9) (2019-11-03) diff --git a/package.json b/package.json index 45287e9..504d69f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-typed-vuex", - "version": "0.1.9", + "version": "0.1.10", "description": "A typed store accessor for Nuxt.", "repository": "danielroe/nuxt-typed-vuex", "license": "MIT",