From 324090a8ac551c12a00eec9ec13795bc0a158dbd Mon Sep 17 00:00:00 2001 From: Jehoszafat Zimnowoda Date: Fri, 15 Dec 2023 16:13:11 +0100 Subject: [PATCH] chore(release): 2.1.0 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9af9af6d..5ecb4908 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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. +## [2.1.0](https://github.com/redkubes/otomi-tasks/compare/v2.0.0...v2.1.0) (2023-12-15) + + +### Features + +* add charts repo to otomi-viewer ([00c7c83](https://github.com/redkubes/otomi-tasks/commit/00c7c83be0326139884a4276b0f5531f51812496)) +* add charts repo to otomi-viewer ([f9afc99](https://github.com/redkubes/otomi-tasks/commit/f9afc99665bd77d900b869fe8ddd2f8fbdfd05e8)) + ## [2.0.0](https://github.com/redkubes/otomi-tasks/compare/v1.2.0...v2.0.0) (2023-11-21) diff --git a/package-lock.json b/package-lock.json index 7796e52c..4b65e42d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "otomi-tasks", - "version": "2.0.0", + "version": "2.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "otomi-tasks", - "version": "2.0.0", + "version": "2.1.0", "license": "Apache-2.0", "dependencies": { "@apidevtools/json-schema-ref-parser": "9.0.6", diff --git a/package.json b/package.json index 9fc196e5..6f535485 100644 --- a/package.json +++ b/package.json @@ -146,5 +146,5 @@ "tag": true } }, - "version": "2.0.0" + "version": "2.1.0" }