From 892ebc90390ea5450b3d30ff33232b5a60641fc3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 18:22:40 +0000 Subject: [PATCH] chore(master): release 1.2.3 --- 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 54cee6b..5335a7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.3](https://github.com/braze-community/braze-specification/compare/v1.2.2...v1.2.3) (2024-10-09) + + +### Continuous Integration + +* **github:** publish package to npm registry with provenance ([f8b624c](https://github.com/braze-community/braze-specification/commit/f8b624c71d090be39d9fcc8c76789b338441223d)) + ## [1.2.2](https://github.com/braze-community/braze-specification/compare/v1.2.1...v1.2.2) (2024-10-09) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 0c0d883..7e5e031 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "braze-specification", - "version": "1.2.2", + "version": "1.2.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "braze-specification", - "version": "1.2.2", + "version": "1.2.3", "license": "MIT", "devDependencies": { "@commitlint/cli": "19.5.0", diff --git a/package.json b/package.json index 9c81b40..597b42e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "braze-specification", - "version": "1.2.2", + "version": "1.2.3", "description": "Braze API specification.", "author": "Mark ", "scripts": {