Skip to content

Commit

Permalink
Bump version for 0.7.5 release (#1946)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #1946

Bump version for Recoil 0.7.5 release

Reviewed By: mrv1k

Differential Revision: D38622206

fbshipit-source-id: 7d22af9dc8f6caf3af7952b478698289016b5152
  • Loading branch information
drarmstr authored and facebook-github-bot committed Aug 11, 2022
1 parent b14da63 commit a0aea0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG-recoil.md
Expand Up @@ -3,6 +3,8 @@
## UPCOMING
**_Add new changes here as they land_**

## 0.7.5 (2022-08-11)

- Fix useRecoilSnapshot() with React's Fast Refresh during development (#1891)
- Fix useRecoilSnapshot() and recoil-sync with changed browser behavior starting with Chrome v104 (#1943, #1936)

Expand Down
2 changes: 1 addition & 1 deletion packages/recoil/package-for-release.json
@@ -1,6 +1,6 @@
{
"name": "recoil",
"version": "0.7.4",
"version": "0.7.5",
"description": "Recoil - A state management library for React",
"main": "cjs/index.js",
"module": "es/index.js",
Expand Down

0 comments on commit a0aea0c

Please sign in to comment.