Skip to content

Commit 56c3ad2

Browse files
committed
Published version 2.4.3
1 parent 217b089 commit 56c3ad2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 2.4.3
2+
3+
* Objects with a `null` prototype are now considered plain objects as well
4+
* Improved error message for non-converging cyclic reactions
5+
* Fixed potential HMR issue
6+
17
# 2.4.2
28

39
* Improved error message when wrongly using `@computed`, by @bb (#450)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mobx",
3-
"version": "2.4.2",
3+
"version": "2.4.3",
44
"description": "Simple, scalable state management.",
55
"main": "lib/mobx.js",
66
"typings": "lib/mobx.d.ts",

0 commit comments

Comments
 (0)