Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Commit

Permalink
Revert "chore: release v2.1.0 (#334)"
Browse files Browse the repository at this point in the history
This reverts commit 645021c.
  • Loading branch information
subzero10 committed May 25, 2022
1 parent 6e640b8 commit 5890da4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 20 deletions.
14 changes: 0 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,3 @@
# [2.1.0](https://github.com/honeybadger-io/honeybadger-react/compare/v2.0.1...v2.1.0) (2022-05-19)


### Bug Fixes

* use node 16 and npm ci in shipjs workflows ([#333](https://github.com/honeybadger-io/honeybadger-react/issues/333)) ([b0eef94](https://github.com/honeybadger-io/honeybadger-react/commit/b0eef94574dca7c29782eac301d6666671cf47e0)), closes [#327](https://github.com/honeybadger-io/honeybadger-react/issues/327)


### Features

* shipjs integration ([2947f08](https://github.com/honeybadger-io/honeybadger-react/commit/2947f084c62fd557852a9eef9b0a1de1e9ec82a9)), closes [#327](https://github.com/honeybadger-io/honeybadger-react/issues/327)



## [2.0.1] - 2022-03-16
### Fixed
- Generate inline sources in source maps (fixes a source maps error with create-react-app v5) (#299)
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.

6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@honeybadger-io/react",
"version": "2.1.0",
"version": "2.0.1",
"description": "React.js integration for honeybadger",
"author": "Jason Truesdell <jason@yuzuten.com> (https://github.com/JasonTrue)",
"license": "MIT",
Expand Down Expand Up @@ -56,9 +56,7 @@
"sinon": "^14.0.0",
"typescript": "^4.6.3"
},
"files": [
"dist"
],
"files": ["dist"],
"dependencies": {
"@honeybadger-io/js": "^4.0.3"
}
Expand Down

0 comments on commit 5890da4

Please sign in to comment.