From 1f771b82cf5e7fc8260c1e59cffd4f4050aecb75 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 10:25:06 +0200 Subject: [PATCH] chore: Release v0.1.16 (#45) Co-authored-by: arnoerpenbeck <88486704+arnoerpenbeck@users.noreply.github.com> --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) 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",