diff --git a/CHANGELOG.md b/CHANGELOG.md index 08b7e85..5f36f48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,22 @@ 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.3](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/compare/0.1.2...0.1.3) + +- CTC-60 Support both ESM and CommonJS [`#7`](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/pull/7) +- build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 [`#5`](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/pull/5) +- build(deps): bump semver from 5.7.1 to 5.7.2 [`#3`](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/pull/3) +- build: support both ESM and CommonJS [`22fd29e`](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/commit/22fd29e2e2381fad8ea61ea699018d834c5f66bc) +- docs: update README [`d020544`](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/commit/d020544eef844dab37fe4b386ab983daf9f0d971) +- fix: make http logging parameter optional [`c1f905f`](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/commit/c1f905f61424f6c0e798d130497391636768d217) + #### [0.1.2](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/compare/0.1.1...0.1.2) +> 31 July 2023 + +- Prepare release 0.1.2 [`#6`](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/pull/6) - Added toggle for logging in the HttpClient and explained in readme ho… [`#4`](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/pull/4) +- chore: Prepare release v0.1.2 [`64744e7`](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/commit/64744e77a913412f6183ff89105aefb1ac21b9ab) - chore: add CODEOWNERS [`4b8b7ef`](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/commit/4b8b7ef7f1b78b34427f5761bc74ec45a6253a5a) #### 0.1.1 diff --git a/package-lock.json b/package-lock.json index 9256990..006c4a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@fulfillmenttools/fulfillmenttools-sdk-typescript", - "version": "0.1.2", + "version": "0.1.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@fulfillmenttools/fulfillmenttools-sdk-typescript", - "version": "0.1.2", + "version": "0.1.3", "license": "MIT", "dependencies": { "@commercetools-backend/loggers": "21.25.2", diff --git a/package.json b/package.json index 086b47a..4e23a90 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fulfillmenttools/fulfillmenttools-sdk-typescript", - "version": "0.1.2", + "version": "0.1.3", "main": "dist/cjs/index.js", "module": "dist/mjs/index.js", "types": "dist/mjs/index.d.ts",