Skip to content

Commit

Permalink
[ci] release (#113)
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 Nov 22, 2023
1 parent 012c1e2 commit 0e50eeb
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .changeset/silly-avocados-accept.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.16

### Patch Changes

- [#112](https://github.com/matthewvolk/bigrequest/pull/112) [`012c1e2`](https://github.com/matthewvolk/bigrequest/commit/012c1e2ecd4ce1dc3cf3ed19e535ca19f9440cc2) Thanks [@matthewvolk](https://github.com/matthewvolk)! - Fixes issue with types not being bundled with the package correctly. Adds `cjsInterop` flag to maintain default export parity for commonjs. **NOTE: It is recommended to set `"esModuleInterop": true` in `tsconfig.json` if using this library in Typescript projects.**

- Updated dependencies [[`012c1e2`](https://github.com/matthewvolk/bigrequest/commit/012c1e2ecd4ce1dc3cf3ed19e535ca19f9440cc2)]:
- [email protected]

## 0.0.15

### 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.15",
"version": "0.0.16",
"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.15

### Patch Changes

- [#112](https://github.com/matthewvolk/bigrequest/pull/112) [`012c1e2`](https://github.com/matthewvolk/bigrequest/commit/012c1e2ecd4ce1dc3cf3ed19e535ca19f9440cc2) Thanks [@matthewvolk](https://github.com/matthewvolk)! - Fixes issue with types not being bundled with the package correctly. Adds `cjsInterop` flag to maintain default export parity for commonjs. **NOTE: It is recommended to set `"esModuleInterop": true` in `tsconfig.json` if using this library in Typescript projects.**

## 0.0.14

### 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.14",
"version": "0.0.15",
"description": "A Node.js HTTP request client for the BigCommerce API",
"author": "Matthew Volk",
"license": "MIT",
Expand Down

0 comments on commit 0e50eeb

Please sign in to comment.