diff --git a/CHANGELOG.md b/CHANGELOG.md index 4572027..f371eb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +## [3.3.0](https://github.com/exreplay/vuex-decorators/compare/v3.2.1...v3.3.0) (2020-08-30) + + +### Features + +* this context inside class ([#9](https://github.com/exreplay/vuex-decorators/issues/9)) ([da4a103](https://github.com/exreplay/vuex-decorators/commit/da4a1031d96d768fe9a6e01b6b92a23b34246cd2)) + ### [3.2.1](https://github.com/exreplay/vuex-decorators/compare/v3.2.0...v3.2.1) (2020-05-24) ## [3.2.0](https://github.com/exreplay/vuex-decorators/compare/v3.1.0...v3.2.0) (2020-05-24) diff --git a/package.json b/package.json index 1710c1c..19cf8d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@averjs/vuex-decorators", - "version": "3.2.1", + "version": "3.3.0", "description": "Decorators for Vuex.", "keywords": [ "vue",