diff --git a/.changeset/tough-rockets-clean.md b/.changeset/tough-rockets-clean.md deleted file mode 100644 index 95c922e..0000000 --- a/.changeset/tough-rockets-clean.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'bigrequest': patch ---- - -bigcommerce/docs#453, bigcommerce/docs#465 diff --git a/CHANGELOG.md b/CHANGELOG.md index 49045ca..0c5f7cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # bigrequest +## 0.0.45 + +### Patch Changes + +- [#362](https://github.com/matthewvolk/bigrequest/pull/362) [`5d92e60`](https://github.com/matthewvolk/bigrequest/commit/5d92e602577bf8f00194180b95ff08730cf69f06) Thanks [@github-actions](https://github.com/apps/github-actions)! - bigcommerce/docs#453, bigcommerce/docs#465 + ## 0.0.44 ### Patch Changes diff --git a/package.json b/package.json index e0053eb..d2c75b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bigrequest", - "version": "0.0.44", + "version": "0.0.45", "description": "A typesafe, servelerless-friendly Node.js HTTP request client for the BigCommerce API", "author": "Matthew Volk", "license": "MIT",