From a5e0f8edf2e5f65e74e0f3f1a83bad0e5201f00c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 19 Jul 2022 18:37:58 +0000 Subject: [PATCH] release: 1.1.0 [skip ci] # [1.1.0](https://github.com/123FLO321/jetbrains-space-api/compare/v1.0.0...v1.1.0) (2022-07-19) ### Features * **definitions:** update to Space 2022.2.0-DEV.105866 ([cce553c](https://github.com/123FLO321/jetbrains-space-api/commit/cce553c901bb1ee8d1af6c1454615e95712ba587)) --- README.md | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e090438..737e34c 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ Axios client for the [JetBrains Space API](https://www.jetbrains.com/help/space/ ## Versions | Package Version | Space Version | |-----------------|---------------------| +| 1.1.0 | 2022.2.0-DEV.105866 | | 1.0.0 | 2022.2.0-DEV.104457 | ## Install diff --git a/package.json b/package.json index 7344ed8..ed2bba3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jetbrains-space-api", - "version": "1.0.0", + "version": "1.1.0", "description": "axios client for the JetBrains Space api", "author": "Florian Kostenzer (https://github.com/123FLO321)", "repository": {