diff --git a/CHANGELOG.md b/CHANGELOG.md index 22e48d7e..e8d981d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ + +## [0.4.1](https://github.com/vinayakkulkarni/v-intl/compare/v0.4.0...v0.4.1) (2020-06-15) + + +### Bug Fixes + +* add sideEffects false to pkg ([c10ad53](https://github.com/vinayakkulkarni/v-intl/commit/c10ad53)) + + +### Features + +* **CoC:** add code of conduct ([edf79aa](https://github.com/vinayakkulkarni/v-intl/commit/edf79aa)) + + + # [0.4.0](https://github.com/vinayakkulkarni/v-intl/compare/v0.3.1...v0.4.0) (2020-06-14) diff --git a/package-lock.json b/package-lock.json index 9052cb9c..bc32d350 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@vinayakkulkarni/v-intl", - "version": "0.4.0", + "version": "0.4.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6f5b5aea..a1e532ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vinayakkulkarni/v-intl", - "version": "0.4.0", + "version": "0.4.1", "description": "Native i18n components for Vue", "files": [ "dist"