Skip to content

Commit

Permalink
chore: Release v0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nwilhelmFFT authored Sep 4, 2023
1 parent c829b06 commit 4d5cd5a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,23 @@ 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/fulfillmenttools-sdk-typescript/compare/0.1.5...0.1.6)

- feat(common): add methods for Facility, PackJob and Process [`#15`](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/pull/15)
- Parcel [`#16`](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/pull/16)
- Update PickJob [`#14`](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/pull/14)
- Support multiple response types [`#13`](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/pull/13)
- feat(common): support different response types (e.g 'blob') [`5c536d1`](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/commit/5c536d1cfb8a94a1da94a9ddfa5f74a12975ef09)
- feat(common): add method to get label for parcel [`311df38`](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/commit/311df38d219cb0ca690b5a69f40bc33b68725270)
- feat(common): add method to create parcel for shipment [`d1bd1e7`](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/commit/d1bd1e7d24dad09be0ad582a8b2275ce98c855e1)

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

> 3 August 2023
- Release 0.1.5 [`#12`](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/pull/12)
- build(ctc-60): Build package before publishing [`#11`](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/pull/11)
- chore: Release v0.1.5 [`3891943`](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/commit/3891943d79336f92486777b65ffd528ae513d36a)

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

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.5",
"version": "0.1.6",
"main": "dist/cjs/index.js",
"module": "dist/mjs/index.js",
"types": "dist/mjs/index.d.ts",
Expand Down

0 comments on commit 4d5cd5a

Please sign in to comment.