Skip to content

Commit

Permalink
chore(release): 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mihar-22 committed Jul 2, 2024
1 parent 059e054 commit 2c2a048
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [6.0.0](https://github.com/maverick-js/signals/compare/v5.11.5...v6.0.0) (2024-07-02)


### ⚠ BREAKING CHANGES

* errors are no longer coerced to an `Error` when thrown
* errors thrown in effects will now update tracked observers and mark the effect as clean rather than dirty

### Bug Fixes

* do not coerce errors ([059e054](https://github.com/maverick-js/signals/commit/059e054282fe372aeed68fb1a37d286c28c9599d)), closes [#28](https://github.com/maverick-js/signals/issues/28)
* update observers when error occurs ([#33](https://github.com/maverick-js/signals/issues/33)) ([1d9d1dd](https://github.com/maverick-js/signals/commit/1d9d1dd59343881bd386746fc17aebd6b7b03d8b))

### [5.11.5](https://github.com/maverick-js/signals/compare/v5.11.4...v5.11.5) (2024-04-09)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@maverick-js/signals",
"description": "A lightweight (~1kB) library for creating reactive observables via functions.",
"license": "MIT",
"version": "5.11.5",
"version": "6.0.0",
"type": "module",
"types": "dist/types/index.d.ts",
"module": "dist/prod/index.js",
Expand Down

0 comments on commit 2c2a048

Please sign in to comment.