Skip to content

Commit

Permalink
chore(main): release 1.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed May 12, 2024
1 parent 5614252 commit 8ef9057
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.10.2"
".": "1.10.3"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.10.2
1.10.3

0 comments on commit 8ef9057

Please sign in to comment.