Skip to content

Commit

Permalink
[ci] release (#126)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
matthewvolk and github-actions[bot] authored Dec 6, 2023
1 parent 590f08d commit 657e6ec
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .changeset/weak-eggs-work.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/bigexec/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)]:
- [email protected]

## 0.0.17

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/bigexec/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 6 additions & 0 deletions packages/bigrequest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/bigrequest/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 657e6ec

Please sign in to comment.