Skip to content

Commit 2c2a048

Browse files
committed
chore(release): 6.0.0
1 parent 059e054 commit 2c2a048

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
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.
44

5+
## [6.0.0](https://github.com/maverick-js/signals/compare/v5.11.5...v6.0.0) (2024-07-02)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* errors are no longer coerced to an `Error` when thrown
11+
* errors thrown in effects will now update tracked observers and mark the effect as clean rather than dirty
12+
13+
### Bug Fixes
14+
15+
* do not coerce errors ([059e054](https://github.com/maverick-js/signals/commit/059e054282fe372aeed68fb1a37d286c28c9599d)), closes [#28](https://github.com/maverick-js/signals/issues/28)
16+
* update observers when error occurs ([#33](https://github.com/maverick-js/signals/issues/33)) ([1d9d1dd](https://github.com/maverick-js/signals/commit/1d9d1dd59343881bd386746fc17aebd6b7b03d8b))
17+
518
### [5.11.5](https://github.com/maverick-js/signals/compare/v5.11.4...v5.11.5) (2024-04-09)
619

720

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@maverick-js/signals",
33
"description": "A lightweight (~1kB) library for creating reactive observables via functions.",
44
"license": "MIT",
5-
"version": "5.11.5",
5+
"version": "6.0.0",
66
"type": "module",
77
"types": "dist/types/index.d.ts",
88
"module": "dist/prod/index.js",

0 commit comments

Comments
 (0)