From 0fdb28922e0271c2660f10ec8928fb6137431324 Mon Sep 17 00:00:00 2001 From: saschaheinl-fft <138501365+saschaheinl-fft@users.noreply.github.com> Date: Wed, 4 Sep 2024 12:40:55 +0000 Subject: [PATCH] chore: Release v0.1.21 --- 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 d053161..727541f 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.21](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/compare/0.1.20...0.1.21) + +- feat(con-455): add service for external actions [`#58`](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/pull/58) +- feat(con-456): added service and functions for checkoutoptions [`#57`](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/pull/57) +- Fix return types in getAll carriers [`#56`](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/pull/56) +- build(deps-dev): bump micromatch from 4.0.5 to 4.0.8 [`#55`](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/pull/55) + #### [0.1.20](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/compare/0.1.19...0.1.20) +> 30 August 2024 + +- chore: Release v0.1.20 [`#54`](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/pull/54) - feat(con-458): Add getAll PickJobs to PickJobService [`#53`](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/pull/53) #### [0.1.19](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/compare/0.1.18...0.1.19) diff --git a/package-lock.json b/package-lock.json index f90e17f..386bf4a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@fulfillmenttools/fulfillmenttools-sdk-typescript", - "version": "0.1.20", + "version": "0.1.21", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@fulfillmenttools/fulfillmenttools-sdk-typescript", - "version": "0.1.20", + "version": "0.1.21", "license": "MIT", "dependencies": { "date-fns": "2.30.0", diff --git a/package.json b/package.json index b4bab41..95f8962 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fulfillmenttools/fulfillmenttools-sdk-typescript", - "version": "0.1.20", + "version": "0.1.21", "type": "module", "main": "dist/cjs/index.js", "module": "dist/mjs/index.js",