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

Commit

Permalink
chore: release v2.1.0 (#336)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Pangratios Cosma <pagcosma@gmail.com>
  • Loading branch information
3 people authored May 25, 2022
1 parent df35a68 commit f2cd1c5
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [2.1.0](https://github.com/honeybadger-io/honeybadger-react/compare/v2.0.1...v2.1.0) (2022-05-25)


### 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: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@honeybadger-io/react",
"version": "2.0.1",
"version": "2.1.0",
"description": "React.js integration for honeybadger",
"author": "Jason Truesdell <jason@yuzuten.com> (https://github.com/JasonTrue)",
"license": "MIT",
Expand Down Expand Up @@ -56,7 +56,9 @@
"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 f2cd1c5

Please sign in to comment.