From 35f7dd67d88057e8c6f706d60515342b9e1f5515 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 06:54:27 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ kotlin/gradle.properties | 4 ++-- typescript/package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b870c5e..0db4c77 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.2" + ".": "1.0.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e1e45cc..07ad707 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.3](https://github.com/ESA-Blueshell/brevo-client/compare/v1.0.2...v1.0.3) (2026-09-09) + + +### Build and Dependencies + +* **deps:** bump actions/setup-node from 6.0.0 to 7.0.0 ([#36](https://github.com/ESA-Blueshell/brevo-client/issues/36)) ([18f54bc](https://github.com/ESA-Blueshell/brevo-client/commit/18f54bcd78b197de9745bb496b18c36468e37d2d)) + ## [1.0.2](https://github.com/ESA-Blueshell/brevo-client/compare/v1.0.1...v1.0.2) (2026-09-02) diff --git a/kotlin/gradle.properties b/kotlin/gradle.properties index 1662e6a..38aeff2 100644 --- a/kotlin/gradle.properties +++ b/kotlin/gradle.properties @@ -3,10 +3,10 @@ # because they are generated from one spec surface and released together. # Java .properties files have no trailing-comment syntax: `version=1.2.3 # x-...` # sets the version to that whole string, and Gradle then publishes an artefact -# called `1.0.2 # x-release-please-version`. The marker therefore has to +# called `1.0.3 # x-release-please-version`. The marker therefore has to # bracket the line rather than share it. # x-release-please-start-version -version=1.0.2 +version=1.0.3 # x-release-please-end group=net.blueshell.clients diff --git a/typescript/package.json b/typescript/package.json index 01ec98d..fd4804a 100644 --- a/typescript/package.json +++ b/typescript/package.json @@ -1,6 +1,6 @@ { "name": "@esa-blueshell/brevo-client", - "version": "1.0.2", + "version": "1.0.3", "description": "TypeScript client for the subset of the Brevo API declared in specs/surface.json. Generated with @hey-api/openapi-ts; do not edit src/generated by hand.", "license": "MIT", "type": "module",