Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.0](v1.2.29...v2.0.0) (2024-10-28)

### ⚠ BREAKING CHANGES

* - cleanup react related code and simplify error handling logic

### CI

* add lint command for CI ([#648](#648)) ([7a625c0](7a625c0))
* rename workflows ([#661](#661)) ([c35e415](c35e415))
* update URL for code-quality ([#654](#654)) ([37f09d6](37f09d6))

### Features

* remove `ErrorHandlerContext` and rename package ([#687](#687)) ([fd33236](fd33236))
  • Loading branch information
semantic-release-bot committed Oct 28, 2024
1 parent dd4edf1 commit ac1dd98
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## [2.0.0](https://github.com/technology-studio/error-handler-peer/compare/v1.2.29...v2.0.0) (2024-10-28)


### ⚠ BREAKING CHANGES

* - cleanup react related code and simplify error handling logic

### CI

* add lint command for CI ([#648](https://github.com/technology-studio/error-handler-peer/issues/648)) ([7a625c0](https://github.com/technology-studio/error-handler-peer/commit/7a625c076f56c67450c0600f5cb0c9d061eb7835))
* rename workflows ([#661](https://github.com/technology-studio/error-handler-peer/issues/661)) ([c35e415](https://github.com/technology-studio/error-handler-peer/commit/c35e415ed2abfe6958ad1eb123b98e38d284d0ed))
* update URL for code-quality ([#654](https://github.com/technology-studio/error-handler-peer/issues/654)) ([37f09d6](https://github.com/technology-studio/error-handler-peer/commit/37f09d6fc58b1ba8c6179d1885cfda77aac4a2d6))


### Features

* remove `ErrorHandlerContext` and rename package ([#687](https://github.com/technology-studio/error-handler-peer/issues/687)) ([fd33236](https://github.com/technology-studio/error-handler-peer/commit/fd3323635908bac4b1eb21ec4025c72f2736ff82))

## [1.2.29](https://github.com/technology-studio/service-error-handler-react-peer/compare/v1.2.28...v1.2.29) (2024-04-10)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@txo-peer-dep/error-handler",
"version": "1.0.0",
"version": "2.0.0",
"description": "Technology Studio - Error handler peer",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down

0 comments on commit ac1dd98

Please sign in to comment.