Skip to content

Commit

Permalink
chore: Release v0.3.0 (#72)
Browse files Browse the repository at this point in the history
Co-authored-by: arnoerpenbeck <88486704+arnoerpenbeck@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and arnoerpenbeck authored Oct 16, 2024
1 parent 7f686db commit f3dad61
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,8 +4,21 @@ 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.0](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/compare/0.2.0...0.3.0)

- deps: upgrade to ESLint 9 [`#70`](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/pull/70)
- chore(CON-462): replace superagent with built-in fetch [`#66`](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/pull/66)
- Replace tslog [`#69`](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/pull/69)
- build(deps-dev): bump rollup from 4.21.2 to 4.22.4 [`#68`](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/pull/68)
- docs: update README [`#67`](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/pull/67)
- build: add SonarCloud config [`fc04be8`](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/commit/fc04be8462441e31140b574a92314082f10f4b31)
- Update CODEOWNERS [`f5ceed5`](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/commit/f5ceed5ef0099104c2aa5780bc5fb9be25d56ffe)

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

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

0 comments on commit f3dad61

Please sign in to comment.