Skip to content

Commit

Permalink
chore: Release v0.1.16 (#45)
Browse files Browse the repository at this point in the history
Co-authored-by: arnoerpenbeck <[email protected]>
  • Loading branch information
github-actions[bot] and arnoerpenbeck committed Jun 25, 2024
1 parent 9c88e4a commit 1f771b8
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.16](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/compare/0.1.15...0.1.16)

- feat: add tag functions [`#44`](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/pull/44)
- feat: add zone functions [`#43`](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/pull/43)
- CON-453 add delete stock functions [`#41`](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/pull/41)

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

> 24 June 2024
- chore: Release v0.1.15 [`#39`](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/pull/39)
- build(deps-dev): bump braces from 3.0.2 to 3.0.3 [`#40`](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/pull/40)
- Add service for stock endpoints [`9f14338`](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/commit/9f1433819159fd06a1640c8d0d06ebdd260fb6a5)

#### [0.1.14](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/compare/0.1.13...0.1.14)
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.15",
"version": "0.1.16",
"main": "dist/cjs/index.js",
"module": "dist/mjs/index.js",
"types": "dist/mjs/index.d.ts",
Expand Down

0 comments on commit 1f771b8

Please sign in to comment.