Skip to content

Commit

Permalink
chore: Release v0.3.1 (#82)
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 authored Nov 18, 2024
1 parent 484ee3d commit 9cd8b56
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,23 @@ 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.1](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/compare/0.3.0...0.3.1)

- 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)
- fix: handle empty response body of DELETE requests [`#81`](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/pull/81)
- fix: startAfterId for listings, return type for stocks [`#76`](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/pull/76)
- docs(CON-461) SDK in the browser example [`#74`](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/pull/74)
- Merge pull request #79 from fulfillmenttools/dependabot/npm_and_yarn/cross-spawn-7.0.5 [`eb2f558`](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/commit/eb2f558e2ae7d03f9653c3ad2441f34373bf53c8)
- build(deps-dev): bump cross-spawn from 7.0.3 to 7.0.5 [`7280b6b`](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/commit/7280b6b025bd7a7b926fbd2c2f973ab380a6423e)
- Merge pull request #78 from fulfillmenttools/dependabot/npm_and_yarn/eslint/plugin-kit-0.2.3 [`2318143`](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/commit/231814364f72e86ad6129dd4de1d320b548d5a2b)

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

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

0 comments on commit 9cd8b56

Please sign in to comment.