diff --git a/CHANGELOG.md b/CHANGELOG.md index c6cd30db..a8b3074a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [4.1.3] - 2023-11-22 + ## [4.1.2] - 2023-10-05 ### Added - `verbose`flag for `prepare` to prinout out prepared docs @@ -260,7 +262,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/v4.1.2...HEAD +[Unreleased]: https://github.com/superfaceai/cli/compare/v4.1.3...HEAD +[4.1.3]: https://github.com/superfaceai/cli/compare/v4.1.2...v4.1.3 [4.1.2]: https://github.com/superfaceai/cli/compare/v4.1.1...v4.1.2 [4.1.1]: https://github.com/superfaceai/cli/compare/v4.1.0...v4.1.1 [4.1.0]: https://github.com/superfaceai/cli/compare/v4.0.2...v4.1.0 diff --git a/package.json b/package.json index de655e47..235b82d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@superfaceai/cli", - "version": "4.1.2", + "version": "4.1.3", "description": "Superface CLI utility", "main": "dist/index.js", "repository": "https://github.com/superfaceai/cli.git",