Skip to content

Commit

Permalink
chore: Prepare release v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
arnoerpenbeck authored Aug 3, 2023
1 parent 7859dbc commit ed371f0
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit ed371f0

Please sign in to comment.