diff --git a/CHANGELOG.md b/CHANGELOG.md index 727541f..2eab032 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,15 @@ 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.22](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/compare/0.1.21...0.1.22) + +- CON-460 do not use node built-in libs [`#60`](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/pull/60) + #### [0.1.21](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/compare/0.1.20...0.1.21) +> 4 September 2024 + +- chore: Release v0.1.21 [`#59`](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/pull/59) - 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) diff --git a/package-lock.json b/package-lock.json index 386bf4a..7b82082 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@fulfillmenttools/fulfillmenttools-sdk-typescript", - "version": "0.1.21", + "version": "0.1.22", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@fulfillmenttools/fulfillmenttools-sdk-typescript", - "version": "0.1.21", + "version": "0.1.22", "license": "MIT", "dependencies": { "date-fns": "2.30.0", diff --git a/package.json b/package.json index 95f8962..72e34cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fulfillmenttools/fulfillmenttools-sdk-typescript", - "version": "0.1.21", + "version": "0.1.22", "type": "module", "main": "dist/cjs/index.js", "module": "dist/mjs/index.js",