From 70490b12c52ac659b3b5b5a8f1a71c1e5add0449 Mon Sep 17 00:00:00 2001 From: GitHub Actions release job Date: Fri, 9 Sep 2022 11:39:50 +0000 Subject: [PATCH] chore: release v4.0.0 --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c79d77c..c3f7675 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] + +## [4.0.0] - 2022-09-09 ### Changed - **BREAKING CHANGE** `SDKConfigResponse` introduces nullability to some fields @@ -200,7 +202,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `verifyPasswordlessLogin` method to `BrainClient` which checks status of passwordless login - `getGithubLoginUrl` method to `BrainClient` -[Unreleased]: https://github.com/superfaceai/service-client/compare/v3.0.0...HEAD +[Unreleased]: https://github.com/superfaceai/service-client/compare/v4.0.0...HEAD +[4.0.0]: https://github.com/superfaceai/service-client/compare/v3.0.0...v4.0.0 [3.0.0]: https://github.com/superfaceai/service-client/compare/v2.1.0...v3.0.0 [2.1.0]: https://github.com/superfaceai/service-client/compare/v2.0.0...v2.1.0 [2.0.0]: https://github.com/superfaceai/service-client/compare/v1.1.0...v2.0.0 diff --git a/package.json b/package.json index 4e09115..bb25b3e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@superfaceai/service-client", - "version": "3.0.0", + "version": "4.0.0", "description": "Client to access Superface services. (If you are not from Superface Team, you probably don't need this library)", "main": "dist/index.js", "source": "src/index.ts",