Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0](v2.1.3...v3.0.0) (2022-11-15)

* feat!: require node 18 (#88) ([01b9907](01b9907)), closes [#88](#88)

### BREAKING CHANGES

* requires Node.js 18 or later
  • Loading branch information
semantic-release-bot committed Nov 15, 2022
1 parent 9d16d46 commit ec5c3fc
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [3.0.0](https://github.com/BugSplat-Git/bugsplat-js-api-client/compare/v2.1.3...v3.0.0) (2022-11-15)


* feat!: require node 18 (#88) ([01b9907](https://github.com/BugSplat-Git/bugsplat-js-api-client/commit/01b9907efa31368d24d071eed4ff242b12667f13)), closes [#88](https://github.com/BugSplat-Git/bugsplat-js-api-client/issues/88)


### BREAKING CHANGES

* requires Node.js 18 or later

## [2.1.3](https://github.com/BugSplat-Git/bugsplat-js-api-client/compare/v2.1.2...v2.1.3) (2022-11-15)


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,7 +1,7 @@
{
"name": "@bugsplat/js-api-client",
"description": "JS client for consuming the BugSplat API",
"version": "2.1.3",
"version": "3.0.0",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"files": [
Expand Down

0 comments on commit ec5c3fc

Please sign in to comment.