Skip to content

Commit

Permalink
chore: Release v0.2.0 (#65)
Browse files Browse the repository at this point in the history
Co-authored-by: arnoerpenbeck <[email protected]>
  • Loading branch information
github-actions[bot] and arnoerpenbeck committed Sep 9, 2024
1 parent 74b1cd6 commit a40a5cc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,17 @@ 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.2.0](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/compare/0.1.22...0.2.0)

- chore: remove unnecessary deps [`#64`](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/pull/64)
- Dual publishing CommonJS and ESM [`#63`](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/pull/63)
- Add tutorial [`#62`](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/pull/62)

#### [0.1.22](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/compare/0.1.21...0.1.22)

> 5 September 2024
- chore: Release v0.1.22 [`#61`](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/pull/61)
- 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)
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.22",
"version": "0.2.0",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"module": "lib/index.mjs",
Expand Down

0 comments on commit a40a5cc

Please sign in to comment.