diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ad01ad..194e8f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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.2.0](https://github.com/moxystudio/node-promptly/compare/v3.1.0...v3.2.0) (2020-11-06) + + +### Features + +* add async validator test (Close [#39](https://github.com/moxystudio/node-promptly/issues/39)) ([#40](https://github.com/moxystudio/node-promptly/issues/40)) ([917930b](https://github.com/moxystudio/node-promptly/commit/917930b)) + + + # [3.1.0](https://github.com/moxystudio/node-promptly/compare/v3.0.3...v3.1.0) (2020-10-07) diff --git a/package-lock.json b/package-lock.json index ca9c76f..2342268 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "promptly", - "version": "3.1.0", + "version": "3.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a8d4c21..b487a59 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "promptly", - "version": "3.1.0", + "version": "3.2.0", "description": "Simple command line prompting utility", "keywords": [ "prompt",