Skip to content

Commit

Permalink
0.7.2 Release (#1737)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #1737

0.7.2 release for selector performance optimizations.

Reviewed By: butlersrepos

Differential Revision: D35608506

fbshipit-source-id: a9f4913239dddd8fc51a4e8f9deb7fe239fe8d15
  • Loading branch information
drarmstr authored and facebook-github-bot committed Apr 14, 2022
1 parent 6ead667 commit 2b04e5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
## UPCOMING
**_Add new changes here as they land_**

## 0.7.2 (2022-04-13)

- Selector cache lookup optimizations (#1720, #1736)
- Allow async selectors to re-evaluate when async dependencies are discovered with stale state (#1736)

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": "recoil",
"version": "0.7.1",
"version": "0.7.2",
"description": "Recoil - A state management library for React",
"main": "cjs/recoil.js",
"module": "es/recoil.js",
Expand Down

0 comments on commit 2b04e5b

Please sign in to comment.