Skip to content

Commit d3cb300

Browse files
chore(main): release 1.13.5 (#588)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 2a6634e commit d3cb300

File tree

5 files changed

+17
-5
lines changed

5 files changed

+17
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.13.4"
2+
".": "1.13.5"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [1.13.5](https://github.com/GoogleCloudPlatform/avocano/compare/v1.13.4...v1.13.5) (2025-03-16)
4+
5+
6+
### 🧹 Chores
7+
8+
* **deps:** bump @babel/helpers from 7.26.7 to 7.26.10 in /client ([#589](https://github.com/GoogleCloudPlatform/avocano/issues/589)) ([2d1bc16](https://github.com/GoogleCloudPlatform/avocano/commit/2d1bc16e9161b53096af9b5e47a1834fa874fa48))
9+
* **deps:** bump django from 5.1.6 to 5.1.7 in /server ([#583](https://github.com/GoogleCloudPlatform/avocano/issues/583)) ([23638b2](https://github.com/GoogleCloudPlatform/avocano/commit/23638b2f43e4c33cd342ce103809a9bb52a5fe29))
10+
* **deps:** update dependency faker to v37 ([#593](https://github.com/GoogleCloudPlatform/avocano/issues/593)) ([c988a5b](https://github.com/GoogleCloudPlatform/avocano/commit/c988a5ba2343a52a65b359e298e870f9477ab598))
11+
* **deps:** update dependency google-api-python-client to v2.164.0 ([#592](https://github.com/GoogleCloudPlatform/avocano/issues/592)) ([ce9223e](https://github.com/GoogleCloudPlatform/avocano/commit/ce9223ee872a4d4033f6ca6a9178656c2f2ffb20))
12+
* **deps:** update opentelemetry to v1.31.0 ([#587](https://github.com/GoogleCloudPlatform/avocano/issues/587)) ([05e054f](https://github.com/GoogleCloudPlatform/avocano/commit/05e054f7dd9c812c72347969301f23193b0fe30c))
13+
* **deps:** update python ([#586](https://github.com/GoogleCloudPlatform/avocano/issues/586)) ([6042dc1](https://github.com/GoogleCloudPlatform/avocano/commit/6042dc188876c6bf8aa1661457aaa386afc243a8))
14+
315
## [1.13.4](https://github.com/GoogleCloudPlatform/avocano/compare/v1.13.3...v1.13.4) (2025-03-05)
416

517

client/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Avocano app",
44
"license": "MIT",
55
"author": "avocano-shell",
6-
"version": "1.13.4",
6+
"version": "1.13.5",
77
"type": "module",
88
"scripts": {
99
"lint": "eslint",

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.13.4
1+
1.13.5

0 commit comments

Comments
 (0)