From 83bbf73f5ae8e5eb98648a587559bc809617ba04 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 14:47:18 +0200 Subject: [PATCH] chore: Release v0.1.19 (#52) Co-authored-by: arnoerpenbeck <88486704+arnoerpenbeck@users.noreply.github.com> --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bff42f..f0788e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,16 @@ 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.19](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/compare/0.1.18...0.1.19) + +- chore: update FFT API types [`#51`](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/pull/51) +- Carrier functions [`#50`](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/pull/50) + #### [0.1.18](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/compare/0.1.17...0.1.18) +> 8 July 2024 + +- chore: Release v0.1.18 [`#49`](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/pull/49) - update types [`#48`](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/pull/48) #### [0.1.17](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/compare/0.1.16...0.1.17) diff --git a/package-lock.json b/package-lock.json index b4d1da1..898378e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@fulfillmenttools/fulfillmenttools-sdk-typescript", - "version": "0.1.18", + "version": "0.1.19", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@fulfillmenttools/fulfillmenttools-sdk-typescript", - "version": "0.1.18", + "version": "0.1.19", "license": "MIT", "dependencies": { "date-fns": "2.30.0", diff --git a/package.json b/package.json index c8e4b34..e54c05b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fulfillmenttools/fulfillmenttools-sdk-typescript", - "version": "0.1.18", + "version": "0.1.19", "type": "module", "main": "dist/cjs/index.js", "module": "dist/mjs/index.js",