diff --git a/CHANGELOG.md b/CHANGELOG.md index 3504dc4..5174790 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.9.0](https://github.com/persian-tools/vue-persian-tools/compare/v0.8.0...v0.9.0) (2021-05-20) + + +### Features + +* add getPlaceByIranNationalId module ([c1e7851](https://github.com/persian-tools/vue-persian-tools/commit/c1e785128fbc33190b0caceb131dc18379569c1c)) +* add verifyIranianNationalId module ([60229da](https://github.com/persian-tools/vue-persian-tools/commit/60229daa895c8798395f3e1c3df03402f69bc982)) + ## [0.8.0](https://github.com/persian-tools/vue-persian-tools/compare/v0.7.1...v0.8.0) (2021-05-20) diff --git a/package.json b/package.json index 0895847..e8c6b75 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-persian-tools", - "version": "0.8.0", + "version": "0.9.0", "private": false, "description": "Persian tools wrapper for vue.js", "author": "mediv0",