From 7483dbc2b95dbe73ab52d4e30edbecce9bd4b679 Mon Sep 17 00:00:00 2001 From: Jehoszafat Zimnowoda Date: Thu, 3 Aug 2023 16:37:19 +0200 Subject: [PATCH] chore(release): 1.0.0 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1107e3f..9a87e9b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.0.0](https://github.com/redkubes/otomi-tasks/compare/v0.6.0...v1.0.0) (2023-08-03) + + +### Features + +* changed ttl for keycloak access token ([#81](https://github.com/redkubes/otomi-tasks/issues/81)) ([8262084](https://github.com/redkubes/otomi-tasks/commit/8262084cbf4cb53adeb8e90186568015687b44df)) + ## [0.7.0](https://github.com/redkubes/otomi-tasks/compare/v0.6.0...v0.7.0) (2023-08-03) diff --git a/package-lock.json b/package-lock.json index e54264d2..dfd6531d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "otomi-tasks", - "version": "0.7.0", + "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "otomi-tasks", - "version": "0.7.0", + "version": "1.0.0", "license": "Apache-2.0", "dependencies": { "@apidevtools/json-schema-ref-parser": "9.0.6", diff --git a/package.json b/package.json index 512e66c2..ca1d9ec5 100644 --- a/package.json +++ b/package.json @@ -142,5 +142,5 @@ "tag": true } }, - "version": "0.7.0" + "version": "1.0.0" }