Skip to content

Commit

Permalink
chore: Release v0.1.6 (#38)
Browse files Browse the repository at this point in the history
Co-authored-by: arnoerpenbeck <88486704+arnoerpenbeck@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and arnoerpenbeck authored Jun 25, 2024
1 parent 445ead3 commit b757990
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 9 deletions.
7 changes: 7 additions & 0 deletions event/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,15 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [0.1.6](https://github.com/fulfillmenttools/commercetools-connector/compare/0.1.5...0.1.6)

- Prepare 0.1.6 [`#36`](https://github.com/fulfillmenttools/commercetools-connector/pull/36)

#### [0.1.5](https://github.com/fulfillmenttools/commercetools-connector/compare/0.1.4...0.1.5)

> 25 June 2024
- chore: Release v0.1.5 [`#37`](https://github.com/fulfillmenttools/commercetools-connector/pull/37)
- Do not create cancelled orders [`#35`](https://github.com/fulfillmenttools/commercetools-connector/pull/35)
- fix: add field definition for custom type [`#34`](https://github.com/fulfillmenttools/commercetools-connector/pull/34)

Expand Down
4 changes: 2 additions & 2 deletions event/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion event/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "event-typescript",
"version": "0.1.5",
"version": "0.1.6",
"main": "index.js",
"description": "fulfillmenttools app for commercetools Connect",
"author": "OC fulfillment GmbH",
Expand Down
7 changes: 7 additions & 0 deletions service/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,15 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [0.1.6](https://github.com/fulfillmenttools/commercetools-connector/compare/0.1.5...0.1.6)

- Prepare 0.1.6 [`#36`](https://github.com/fulfillmenttools/commercetools-connector/pull/36)

#### [0.1.5](https://github.com/fulfillmenttools/commercetools-connector/compare/0.1.4...0.1.5)

> 25 June 2024
- chore: Release v0.1.5 [`#37`](https://github.com/fulfillmenttools/commercetools-connector/pull/37)
- Do not create cancelled orders [`#35`](https://github.com/fulfillmenttools/commercetools-connector/pull/35)
- fix: add field definition for custom type [`#34`](https://github.com/fulfillmenttools/commercetools-connector/pull/34)

Expand Down
4 changes: 2 additions & 2 deletions service/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "service-typescript",
"version": "0.1.5",
"version": "0.1.6",
"main": "index.js",
"description": "fulfillmenttools app for commercetools Connect",
"author": "OC fulfillment GmbH",
Expand Down
7 changes: 7 additions & 0 deletions shared/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,15 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [0.1.6](https://github.com/fulfillmenttools/commercetools-connector/compare/0.1.5...0.1.6)

- Prepare 0.1.6 [`#36`](https://github.com/fulfillmenttools/commercetools-connector/pull/36)

#### [0.1.5](https://github.com/fulfillmenttools/commercetools-connector/compare/0.1.4...0.1.5)

> 25 June 2024
- chore: Release v0.1.5 [`#37`](https://github.com/fulfillmenttools/commercetools-connector/pull/37)
- Do not create cancelled orders [`#35`](https://github.com/fulfillmenttools/commercetools-connector/pull/35)
- fix: add field definition for custom type [`#34`](https://github.com/fulfillmenttools/commercetools-connector/pull/34)

Expand Down
4 changes: 2 additions & 2 deletions shared/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shared",
"version": "0.1.5",
"version": "0.1.6",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"description": "fulfillmenttools shared components for commercetools Connect",
Expand Down

0 comments on commit b757990

Please sign in to comment.