# Changelog 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. ### [2.9.1](https://github.com/nuxt-community/nuxt-property-decorator/compare/v2.8.8...v2.9.1) (2021-01-15) ### [2.8.8](https://github.com/nuxt-community/nuxt-property-decorator/compare/v2.8.7...v2.8.8) (2020-09-23) ### [2.8.7](https://github.com/nuxt-community/nuxt-property-decorator/compare/v2.8.6...v2.8.7) (2020-09-23) ### [2.8.6](https://github.com/nuxt-community/nuxt-property-decorator/compare/v2.8.5...v2.8.6) (2020-09-23) ### [2.8.5](https://github.com/nuxt-community/nuxt-property-decorator/compare/v2.8.3...v2.8.5) (2020-09-23) ### [2.8.3](https://github.com/nuxt-community/nuxt-property-decorator/compare/v2.8.2...v2.8.3) (2020-09-18) ### [2.8.2](https://github.com/nuxt-community/nuxt-property-decorator/compare/v2.7.2...v2.8.2) (2020-09-18) ### [2.7.2](https://github.com/nuxt-community/nuxt-property-decorator/compare/v2.7.1...v2.7.2) (2020-04-21) * Added [vuex-module-decorators](https://github.com/championswimmer/vuex-module-decorators) ### [2.7.1](https://github.com/nuxt-community/nuxt-property-decorator/compare/v2.7.0...v2.7.1) (2020-04-21) ## [2.7.0](https://github.com/nuxt-community/nuxt-property-decorator/compare/v2.5.1...v2.7.0) (2020-04-21) ### Features * add other formats to package.json ([dbdc488](https://github.com/nuxt-community/nuxt-property-decorator/commit/dbdc4888fd1780f632f58913cb9fc6a962fa40a3)) ### [2.5.1](https://github.com/nuxt-community/nuxt-property-decorator/compare/v2.5.0...v2.5.1) (2020-02-17) ### Bug Fixes * missing methods ([187ab3c](https://github.com/nuxt-community/nuxt-property-decorator/commit/187ab3cd0de8ea9fe579721bf6dff9b719ef3247)) ## [2.5.0](https://github.com/nuxt-community/nuxt-property-decorator/compare/v2.4.1...v2.5.0) (2019-10-18) ### Features * add meta hook and update documentation ([6562108](https://github.com/nuxt-community/nuxt-property-decorator/commit/6562108)) ### [2.4.1](https://github.com/nuxt-community/nuxt-property-decorator/compare/v2.4.0...v2.4.1) (2019-10-17) ## [2.4.0](https://github.com/nuxt-community/nuxt-property-decorator/compare/v2.3.0...v2.4.0) (2019-09-02) ### Features * **deps:** updates vue-property-decorator ([e9ee54e](https://github.com/nuxt-community/nuxt-property-decorator/commit/e9ee54e)) * Added @PropSync decorator * Added @ProvideReactive and @InjectReactive decorator * Added @Ref decorator ## [2.3.0](https://github.com/nuxt-community/nuxt-property-decorator/compare/v2.1.3...v2.3.0) (2019-06-02) ### Features * **deps:** updates vue-property-decorator ([6fd8195](https://github.com/nuxt-community/nuxt-property-decorator/commit/6fd8195)) ## [2.1.3](https://github.com/nuxt-community/nuxt-property-decorator/compare/v2.1.2...v2.1.3) (2019-02-26) ## [2.0.1](https://github.com/nuxt-community/nuxt-property-decorator/compare/v1.3.1...v2.0.1) (2019-02-08) Library is fully inline with [Vue-class-component](https://github.com/vuejs/vue-class-component) ### Breaking changes There is only one breaking change and that is renaming `mixins` to `Mixins ` to keep inline with vue-property-decorator ## [1.2.0](https://github.com/nuxt-community/nuxt-property-decorator/compare/v1.1.8...v1.2.0) (2018-04-12) ### Features * add build directly into the versionning ([d235bec](https://github.com/nuxt-community/nuxt-property-decorator/commit/d235bec)) ## [1.1.8](https://github.com/nuxt-community/nuxt-property-decorator/compare/v1.1.7...v1.1.8) (2018-04-12) ### Bug Fixes * **postinstall:** build after postinstall ([46f8990](https://github.com/nuxt-community/nuxt-property-decorator/commit/46f8990)) ## [1.1.7](https://github.com/nuxt-community/nuxt-property-decorator/compare/v1.1.6...v1.1.7) (2018-04-12) ### Bug Fixes * **build:** npm prehook ([33bb5f0](https://github.com/nuxt-community/nuxt-property-decorator/commit/33bb5f0)) ## [1.1.6](https://github.com/nuxt-community/nuxt-property-decorator/compare/v1.1.5...v1.1.6) (2018-04-12) ### Bug Fixes * **build:** automatically build umd ([b7df4c4](https://github.com/nuxt-community/nuxt-property-decorator/commit/b7df4c4)) ## 1.1.5 (2018-04-12) ### Bug Fixes * **build:** build typescript as js module ([a45ab44](https://github.com/nuxt-community/nuxt-property-decorator/commit/a45ab44))