diff --git a/CHANGELOG.md b/CHANGELOG.md index 150db9a..b22d942 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.3.2](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/compare/0.3.1...0.3.2) + +- feat: Query process by parameters [`#85`](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/pull/85) +- feat(CON-474): Make logging configurable [`#75`](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/pull/75) +- fix: process result of create listing call correctly [`#84`](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/pull/84) +- fix: handle responses that are not a json [`0f614e9`](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/commit/0f614e97c3bb14c2ab0c80c52c82cc66ad601a88) + #### [0.3.1](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/compare/0.3.0...0.3.1) +> 18 November 2024 + +- chore: Release v0.3.1 [`#82`](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/pull/82) - feat(con-478): Add force cancellation option to order cancel function [`#73`](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/pull/73) - feat(CON-480): Order promises [`#77`](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/pull/77) - feat: functions for custom services [`#80`](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/pull/80) diff --git a/package-lock.json b/package-lock.json index c026bad..ad2c8c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@fulfillmenttools/fulfillmenttools-sdk-typescript", - "version": "0.3.1", + "version": "0.3.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@fulfillmenttools/fulfillmenttools-sdk-typescript", - "version": "0.3.1", + "version": "0.3.2", "license": "MIT", "devDependencies": { "@babel/preset-env": "7.26.0", diff --git a/package.json b/package.json index fc336a4..73acd58 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fulfillmenttools/fulfillmenttools-sdk-typescript", - "version": "0.3.1", + "version": "0.3.2", "main": "lib/index.js", "types": "lib/index.d.ts", "module": "lib/index.mjs",