From 1b0e60a59fbc3dc4fb7baec73a4ecdc70d38362b Mon Sep 17 00:00:00 2001 From: GitHub Actions release workflow Date: Mon, 15 Aug 2022 13:29:19 +0000 Subject: [PATCH] chore: release v2.0.0 --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be475d3b..f4346e98 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] + +## [2.0.0] - 2022-08-15 ### Added - Pass `cache` flag to SuperfaceClient constructor - Pass `debug` flag to SuperfaceClient constructor @@ -339,7 +341,8 @@ This is a recovery release after introduction of compatibility-breaking changes - Profile parameter validator - CI/CD workflows -[Unreleased]: https://github.com/superfaceai/one-sdk-js/compare/v1.5.2...HEAD +[Unreleased]: https://github.com/superfaceai/one-sdk-js/compare/v2.0.0...HEAD +[2.0.0]: https://github.com/superfaceai/one-sdk-js/compare/v1.5.2...v2.0.0 [1.5.2]: https://github.com/superfaceai/one-sdk-js/compare/v1.5.1...v1.5.2 [1.5.1]: https://github.com/superfaceai/one-sdk-js/compare/v1.5.0...v1.5.1 [1.5.0]: https://github.com/superfaceai/one-sdk-js/compare/v1.4.1...v1.5.0 diff --git a/package.json b/package.json index a473beff..2415c931 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@superfaceai/one-sdk", - "version": "2.0.0-rc.1", + "version": "2.0.0", "description": "OneSDK is a universal API client which provides an unparalleled developer experience for every HTTP API", "license": "MIT", "author": "Superface Team ",