Skip to content

Commit

Permalink
v1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviergonz committed Sep 10, 2024
1 parent 8becaad commit f193f11
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Change Log

## 1.11.0

- Fixed some types so they are compatible with TypeScript 5.6.

## 1.10.2

- Fixed some types so set transformations are compatible with TypeSscript 5.5 once more.
- Fixed some types so set transformations are compatible with TypeScript 5.5 once more.

## 1.10.1

Expand Down
2 changes: 1 addition & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mobx-keystone",
"version": "1.10.2",
"version": "1.11.0",
"description": "A MobX powered state management solution based on data trees with first class support for TypeScript, snapshots, patches and much more",
"keywords": [
"mobx",
Expand Down

0 comments on commit f193f11

Please sign in to comment.