Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@
"fix-category-parent-by-key",
"fix-empty-json-body-on-delete",
"log-errors-when-not-silent",
"major-knives-dream",
"move-to-fastify",
"optimize-custom-object-lookup",
"optimize-resource-creation-perf",
"optimize-sqlite-large-datasets",
"pink-mammals-wave",
"remove-deprecated-methods",
"unified-pino-logging",
"update-dependencies",
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGELOG

## 3.0.0-beta.1

### Patch Changes

- [#381](https://github.com/labd/commercetools-node-mock/pull/381) [`2d16f79`](https://github.com/labd/commercetools-node-mock/commit/2d16f79f24a12a84a87f1cc7e73ba6bb650d6c4c) Thanks [@demeyerthom](https://github.com/demeyerthom)! - Made generated optional fields nullish instead of optional, as the commercetools API also accepts null as input and treats it as empty, but the mock explicitly expects undefined

- [#381](https://github.com/labd/commercetools-node-mock/pull/381) [`2d16f79`](https://github.com/labd/commercetools-node-mock/commit/2d16f79f24a12a84a87f1cc7e73ba6bb650d6c4c) Thanks [@demeyerthom](https://github.com/demeyerthom)! - Push multiple docker image tags so we can pin versions if necessary, ignore beta tags for latest

## 3.0.0-beta.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@labdigital/commercetools-mock",
"version": "3.0.0-beta.0",
"version": "3.0.0-beta.1",
"license": "MIT",
"author": "Michael van Tellingen",
"type": "module",
Expand Down