From 9ac38573c5e3ae6ebf805e497f6f83442cde1876 Mon Sep 17 00:00:00 2001 From: GitHub Actions release workflow Date: Wed, 8 Feb 2023 12:12:28 +0000 Subject: [PATCH] chore: release v3.0.0 --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ccc8b15..5bda4fd7 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.0] - 2023-02-08 ### Added - New `prepare:map` command - New `prepare:mock-map` command @@ -207,7 +209,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/v2.0.0...HEAD +[Unreleased]: https://github.com/superfaceai/cli/compare/v3.0.0...HEAD +[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 [1.1.1]: https://github.com/superfaceai/cli/compare/v1.1.0...v1.1.1 [1.1.0]: https://github.com/superfaceai/cli/compare/v1.0.1...v1.1.0 diff --git a/package.json b/package.json index ede464da..02cc418a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@superfaceai/cli", - "version": "3.0.0-rc.2", + "version": "3.0.0", "description": "Superface CLI utility", "main": "dist/index.js", "repository": "https://github.com/superfaceai/cli.git",