diff --git a/CHANGELOG.md b/CHANGELOG.md index 07aaf26..a0ca0af 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. +## [1.2.0](https://github.com/upgreat-readable/criteria/compare/v1.1.4...v1.2.0) (2021-10-07) + + +### Features + +* **web mode and cli interface:** web mode and cli ([95c924d](https://github.com/upgreat-readable/criteria/commit/95c924d3ec849c8765fc06909c45d50efd84f565)) + ### [1.0.2](https://github.com/upgreat-readable/criteria/compare/v1.0.1...v1.0.2) (2020-10-07) ### 1.0.1 (2020-10-07) diff --git a/package-lock.json b/package-lock.json index 75db87a..bbbf691 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@upgreat-readable/criteria", - "version": "1.1.4", + "version": "1.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 12454b9..7c15189 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@upgreat-readable/criteria", - "version": "1.2.0-rc.1", + "version": "1.2.0", "description": "readable criterion package", "repository": { "type": "git",