From 8d92aed168cf524af57635eb61bfa963d98d92c9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 7 Dec 2024 13:54:31 +0000 Subject: [PATCH] chore(release): 12.0.0 [skip ci] # [12.0.0](https://github.com/adobe/helix-onedrive-support/compare/v11.5.29...v12.0.0) (2024-12-07) ### Bug Fixes * use string functions in @adobe/helix-shared-string ([629fa1d](https://github.com/adobe/helix-onedrive-support/commit/629fa1d4226f7430d56258785b51b3f6b9c2edc6)) ### BREAKING CHANGES * no longer export StatusCodeError --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0d896f..179e42f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [12.0.0](https://github.com/adobe/helix-onedrive-support/compare/v11.5.29...v12.0.0) (2024-12-07) + + +### Bug Fixes + +* use string functions in @adobe/helix-shared-string ([629fa1d](https://github.com/adobe/helix-onedrive-support/commit/629fa1d4226f7430d56258785b51b3f6b9c2edc6)) + + +### BREAKING CHANGES + +* no longer export StatusCodeError + ## [11.5.29](https://github.com/adobe/helix-onedrive-support/compare/v11.5.28...v11.5.29) (2024-12-05) diff --git a/package.json b/package.json index 68a6980..f2aed27 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/helix-onedrive-support", - "version": "11.5.29", + "version": "12.0.0", "description": "Helix OneDrive Support", "main": "src/index.js", "exports": {