From 8ef90576a4dc98926c078043fb89eab9a7b43e6a Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Sun, 12 May 2024 23:34:29 +0000 Subject: [PATCH] chore(main): release 1.10.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 15 +++++++++++++++ client/package-lock.json | 4 ++-- client/package.json | 2 +- version.txt | 2 +- 5 files changed, 20 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 82fe2ed..c5c3cd9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.10.2" + ".": "1.10.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0299fd0..f1076bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.10.3](https://github.com/GoogleCloudPlatform/avocano/compare/v1.10.2...v1.10.3) (2024-05-12) + + +### ๐Ÿž Bug Fixes + +* **deps:** update dependency express to v4.19.2 [security] ([#441](https://github.com/GoogleCloudPlatform/avocano/issues/441)) ([9c7263b](https://github.com/GoogleCloudPlatform/avocano/commit/9c7263bd0808d462bd41e902a970724e3b86e8e3)) +* remove logging bucket logic ([#428](https://github.com/GoogleCloudPlatform/avocano/issues/428)) ([3f64e8f](https://github.com/GoogleCloudPlatform/avocano/commit/3f64e8fe2751fcff4acd35a6bc6e5c8a0624ed67)) + + +### ๐Ÿงน Chores + +* **deps:** update actions/setup-python digest to 82c7e63 ([#442](https://github.com/GoogleCloudPlatform/avocano/issues/442)) ([982363b](https://github.com/GoogleCloudPlatform/avocano/commit/982363b8a720a98e908b6480e2c064596c406752)) +* **deps:** update dependency @custom-elements-manifest/analyzer to ^0.10.0 ([#447](https://github.com/GoogleCloudPlatform/avocano/issues/447)) ([5614252](https://github.com/GoogleCloudPlatform/avocano/commit/561425253e17f55453db757aa3fbc1f3bfa00229)) +* **deps:** update github actions ([#446](https://github.com/GoogleCloudPlatform/avocano/issues/446)) ([a6eb8da](https://github.com/GoogleCloudPlatform/avocano/commit/a6eb8da7a5c42279864edbd7b590914e346c3ba7)) + ## [1.10.2](https://github.com/GoogleCloudPlatform/avocano/compare/v1.10.1...v1.10.2) (2024-02-26) diff --git a/client/package-lock.json b/client/package-lock.json index 3d4344e..c551752 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -1,12 +1,12 @@ { "name": "avocano-app", - "version": "1.10.2", + "version": "1.10.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "avocano-app", - "version": "1.10.2", + "version": "1.10.3", "license": "MIT", "dependencies": { "@material/mwc-button": "^0.27.0", diff --git a/client/package.json b/client/package.json index 4cd5bf2..431874a 100644 --- a/client/package.json +++ b/client/package.json @@ -3,7 +3,7 @@ "description": "Avocano app", "license": "MIT", "author": "avocano-shell", - "version": "1.10.2", + "version": "1.10.3", "scripts": { "lint": "eslint --ext .js . --ignore-path .gitignore && prettier \"**/*.js\" --check --ignore-path .gitignore", "format": "eslint --ext .js . --fix --ignore-path .gitignore && prettier \"**/*.js\" --write --ignore-path .gitignore", diff --git a/version.txt b/version.txt index 5ad2491..587c5f0 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.10.2 +1.10.3