diff --git a/CHANGELOG.md b/CHANGELOG.md index 14c8a7c4..9a7e5b55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.0.18] - 2021-06-15 ### Added - Multiple capabilities in interactive install command - Providers priority array @@ -102,7 +104,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Transpile command - CI github flow -[Unreleased]: https://github.com/superfaceai/cli/compare/v0.0.17...HEAD +[Unreleased]: https://github.com/superfaceai/cli/compare/v0.0.18...HEAD +[0.0.18]: https://github.com/superfaceai/cli/compare/v0.0.17...v0.0.18 [0.0.17]: https://github.com/superfaceai/cli/compare/v0.0.16...v0.0.17 [0.0.16]: https://github.com/superfaceai/cli/compare/v0.0.15...v0.0.16 [0.0.15]: https://github.com/superfaceai/cli/compare/v0.0.14...v0.0.15 diff --git a/package.json b/package.json index aeb3184a..7e4395e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@superfaceai/cli", - "version": "0.0.17", + "version": "0.0.18", "description": "Superface CLI utility", "main": "dist/index.js", "repository": "https://github.com/superfaceai/cli.git",