Skip to content

Commit 60357df

Browse files
Release new version (#71)
* update version * Update CHANGELOG.md --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Mike de Bock <[email protected]>
1 parent 2776347 commit 60357df

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

.changeset/fresh-ligers-speak.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
## 0.14.0
22

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- [#70](https://github.com/labd/commercetools-node-mock/pull/70) [`2776347`](https://github.com/labd/commercetools-node-mock/commit/2776347c752c4682314f9b0cef6f6ae27b972d50) Thanks [@mikedebock](https://github.com/mikedebock)! -
8+
9+
- Add addPrice product update action
10+
- Add changePrice product update action
11+
- Add removePrice product update action
12+
313
## 1.0.0
414

515
### Major Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@labdigital/commercetools-mock",
33
"author": "Michael van Tellingen",
4-
"version": "1.0.0",
4+
"version": "1.1.0",
55
"license": "MIT",
66
"main": "dist/index.js",
77
"module": "dist/commercetools--mock.esm.js",

0 commit comments

Comments
 (0)