diff --git a/CHANGELOG.md b/CHANGELOG.md index 09dac72f..dd2832d1 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] + +## [3.0.2] - 2023-03-14 ### Added - `switch` and `noSwitch` flag to `publish` command @@ -219,7 +221,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/v3.0.1...HEAD +[Unreleased]: https://github.com/superfaceai/cli/compare/v3.0.2...HEAD +[3.0.2]: https://github.com/superfaceai/cli/compare/v3.0.1...v3.0.2 [3.0.1]: https://github.com/superfaceai/cli/compare/v3.0.0...v3.0.1 [3.0.0]: https://github.com/superfaceai/cli/compare/v2.0.0...v3.0.0 [2.0.0]: https://github.com/superfaceai/cli/compare/v1.1.1...v2.0.0 diff --git a/package.json b/package.json index 39611289..e9a49925 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@superfaceai/cli", - "version": "3.0.2-rc.0", + "version": "3.0.2", "description": "Superface CLI utility", "main": "dist/index.js", "repository": "https://github.com/superfaceai/cli.git",