From 1122cd4f00c56082999d8367c8177e27d9a5f84c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 18 Feb 2025 19:59:54 +0000 Subject: [PATCH] chore(release): 2.148.0 # [2.148.0](https://github.com/autokitteh/web-platform/compare/v2.147.1...v2.148.0) (2025-02-18) ### Features * add Height integration with OAuth and API key support (UI-1345)(UI-1351)(UI-1350) ([#1004](https://github.com/autokitteh/web-platform/issues/1004)) ([d2423a0](https://github.com/autokitteh/web-platform/commit/d2423a041b55c15df3a0ac5aeffdfcf17bd93e1f)) --- 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 0a8cab631..237ecbae4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.148.0](https://github.com/autokitteh/web-platform/compare/v2.147.1...v2.148.0) (2025-02-18) + + +### Features + +* add Height integration with OAuth and API key support (UI-1345)(UI-1351)(UI-1350) ([#1004](https://github.com/autokitteh/web-platform/issues/1004)) ([d2423a0](https://github.com/autokitteh/web-platform/commit/d2423a041b55c15df3a0ac5aeffdfcf17bd93e1f)) + ## [2.147.1](https://github.com/autokitteh/web-platform/compare/v2.147.0...v2.147.1) (2025-02-18) diff --git a/package-lock.json b/package-lock.json index feed85c82..2bc0b8b17 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "autokitteh", - "version": "2.147.1", + "version": "2.148.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "autokitteh", - "version": "2.147.1", + "version": "2.148.0", "hasInstallScript": true, "dependencies": { "@bufbuild/protobuf": "^1.10.0", diff --git a/package.json b/package.json index f9d146e4b..36b2fda02 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "autokitteh", "private": true, "type": "module", - "version": "2.147.1", + "version": "2.148.0", "scripts": { "build": "vite build", "build-storybook": "storybook build",