From db4ecf01ba3ed9051f738f77956ea739a6dbff21 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 13 Aug 2023 01:36:10 +0000 Subject: [PATCH] chore(master): release 1.0.1 --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d50d093..a3c5372 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [1.0.1](https://github.com/braze-community/braze-specification/compare/v1.0.0...v1.0.1) (2023-08-13) + + +### Bug Fixes + +* **openapi:** add migration to fix security scheme ([3613805](https://github.com/braze-community/braze-specification/commit/3613805165d3b9f9acb1e345b9d7987d7d877e38)) +* **openapi:** add migration to fix servers ([725f4a8](https://github.com/braze-community/braze-specification/commit/725f4a8be731dc58741335cab1b7247101e9625e)) +* **openapi:** add migrations to fix request body ([81efba7](https://github.com/braze-community/braze-specification/commit/81efba7558728becc26cd3a35f0595abec9620b3)) +* **openapi:** create migration to add responses ([c946354](https://github.com/braze-community/braze-specification/commit/c9463541e2348d7d87e18fdc3822a1570fea2e0b)) +* **postman:** add migration to delete duplicate url ([29c9d9d](https://github.com/braze-community/braze-specification/commit/29c9d9d3d4b741d79396437e299d784bf1bd4ccb)) + ## 1.0.0 (2023-08-11) diff --git a/package-lock.json b/package-lock.json index b9f94fe..6182fe2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "braze-specification", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "braze-specification", - "version": "1.0.0", + "version": "1.0.1", "hasInstallScript": true, "license": "MIT", "devDependencies": { diff --git a/package.json b/package.json index 4b896fd..1f0b40b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "braze-specification", - "version": "1.0.0", + "version": "1.0.1", "description": "Braze API specification.", "author": "Mark ", "scripts": {