diff --git a/.changeset/weak-eggs-work.md b/.changeset/weak-eggs-work.md deleted file mode 100644 index 6e1eef8..0000000 --- a/.changeset/weak-eggs-work.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"bigrequest": patch -"bigexec": patch ---- - -Closes #123 - Swaps `jsonwebtoken` for `jose` in order to offer edge-compatibility when using the `oauth.verify` method. diff --git a/packages/bigexec/CHANGELOG.md b/packages/bigexec/CHANGELOG.md index 148fc36..d18cd9f 100644 --- a/packages/bigexec/CHANGELOG.md +++ b/packages/bigexec/CHANGELOG.md @@ -1,5 +1,14 @@ # bigexec +## 0.0.18 + +### Patch Changes + +- [#125](https://github.com/matthewvolk/bigrequest/pull/125) [`590f08d`](https://github.com/matthewvolk/bigrequest/commit/590f08dab911af33ade494864ee682f609bf0433) Thanks [@matthewvolk](https://github.com/matthewvolk)! - Closes #123 - Swaps `jsonwebtoken` for `jose` in order to offer edge-compatibility when using the `oauth.verify` method. + +- Updated dependencies [[`590f08d`](https://github.com/matthewvolk/bigrequest/commit/590f08dab911af33ade494864ee682f609bf0433)]: + - bigrequest@0.0.17 + ## 0.0.17 ### Patch Changes diff --git a/packages/bigexec/package.json b/packages/bigexec/package.json index 4b09b3f..066fab2 100644 --- a/packages/bigexec/package.json +++ b/packages/bigexec/package.json @@ -1,6 +1,6 @@ { "name": "bigexec", - "version": "0.0.17", + "version": "0.0.18", "description": "A CLI tool used to interface with the BigCommerce API", "author": "Matthew Volk", "license": "MIT", diff --git a/packages/bigrequest/CHANGELOG.md b/packages/bigrequest/CHANGELOG.md index 700ff6b..160c7ea 100644 --- a/packages/bigrequest/CHANGELOG.md +++ b/packages/bigrequest/CHANGELOG.md @@ -1,5 +1,11 @@ # bigrequest +## 0.0.17 + +### Patch Changes + +- [#125](https://github.com/matthewvolk/bigrequest/pull/125) [`590f08d`](https://github.com/matthewvolk/bigrequest/commit/590f08dab911af33ade494864ee682f609bf0433) Thanks [@matthewvolk](https://github.com/matthewvolk)! - Closes #123 - Swaps `jsonwebtoken` for `jose` in order to offer edge-compatibility when using the `oauth.verify` method. + ## 0.0.16 ### Patch Changes diff --git a/packages/bigrequest/package.json b/packages/bigrequest/package.json index 67ffa5f..6aca654 100644 --- a/packages/bigrequest/package.json +++ b/packages/bigrequest/package.json @@ -1,6 +1,6 @@ { "name": "bigrequest", - "version": "0.0.16", + "version": "0.0.17", "description": "A Node.js HTTP request client for the BigCommerce API", "author": "Matthew Volk", "license": "MIT",