From cb8cce624d3033c199116509da26fd40b5a953a6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 13:05:49 +0200 Subject: [PATCH] Release new version (#205) This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @labdigital/commercetools-mock@2.28.1 ### Patch Changes - [#204](https://github.com/labd/commercetools-node-mock/pull/204) [`a4e5a6c`](https://github.com/labd/commercetools-node-mock/commit/a4e5a6c4502e353b607e1fd3c854ef78c52951fc) Thanks [@yugaWicaksono](https://github.com/yugaWicaksono)! - Added missing test to cover OrderSetDeliveryCustomFieldAction in the form of method setDeliveryCustomField inside of OrderUpdateHandler Co-authored-by: github-actions[bot] --- .changeset/real-starfishes-know.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/real-starfishes-know.md diff --git a/.changeset/real-starfishes-know.md b/.changeset/real-starfishes-know.md deleted file mode 100644 index cc187b50..00000000 --- a/.changeset/real-starfishes-know.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@labdigital/commercetools-mock": patch ---- - -Added missing test to cover OrderSetDeliveryCustomFieldAction in the form of method setDeliveryCustomField inside of OrderUpdateHandler diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d11f373..afaa6e31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ## 2.23.1 +## 2.28.1 + +### Patch Changes + +- [#204](https://github.com/labd/commercetools-node-mock/pull/204) [`a4e5a6c`](https://github.com/labd/commercetools-node-mock/commit/a4e5a6c4502e353b607e1fd3c854ef78c52951fc) Thanks [@yugaWicaksono](https://github.com/yugaWicaksono)! - Added missing test to cover OrderSetDeliveryCustomFieldAction in the form of method setDeliveryCustomField inside of OrderUpdateHandler + ## 2.28.0 ### Minor Changes diff --git a/package.json b/package.json index a98181c4..20c04f15 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@labdigital/commercetools-mock", - "version": "2.28.0", + "version": "2.28.1", "license": "MIT", "author": "Michael van Tellingen", "type": "module",