Skip to content

Commit

Permalink
chore: Release v0.1.21 (#59)
Browse files Browse the repository at this point in the history
Co-authored-by: saschaheinl-fft <[email protected]>
  • Loading branch information
github-actions[bot] and saschaheinl-fft committed Sep 4, 2024
1 parent 04a0142 commit 359b30b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,18 @@ 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.21](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/compare/0.1.20...0.1.21)

- feat(con-455): add service for external actions [`#58`](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/pull/58)
- feat(con-456): added service and functions for checkoutoptions [`#57`](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/pull/57)
- Fix return types in getAll carriers [`#56`](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/pull/56)
- build(deps-dev): bump micromatch from 4.0.5 to 4.0.8 [`#55`](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/pull/55)

#### [0.1.20](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/compare/0.1.19...0.1.20)

> 30 August 2024
- chore: Release v0.1.20 [`#54`](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/pull/54)
- feat(con-458): Add getAll PickJobs to PickJobService [`#53`](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/pull/53)

#### [0.1.19](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/compare/0.1.18...0.1.19)
Expand Down
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fulfillmenttools/fulfillmenttools-sdk-typescript",
"version": "0.1.20",
"version": "0.1.21",
"type": "module",
"main": "dist/cjs/index.js",
"module": "dist/mjs/index.js",
Expand Down

0 comments on commit 359b30b

Please sign in to comment.