diff --git a/CHANGELOG.md b/CHANGELOG.md index 559ad3e..56e4cbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 975a1af..d6970f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@fulfillmenttools/fulfillmenttools-sdk-typescript", - "version": "0.1.15", + "version": "0.1.16", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@fulfillmenttools/fulfillmenttools-sdk-typescript", - "version": "0.1.15", + "version": "0.1.16", "license": "MIT", "dependencies": { "date-fns": "2.30.0", diff --git a/package.json b/package.json index 0089f60..2b1dd91 100644 --- a/package.json +++ b/package.json @@ -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",