Skip to content

Commit

Permalink
chore: add changelog (#2227)
Browse files Browse the repository at this point in the history
  • Loading branch information
SoloJiang authored Aug 30, 2021
1 parent 904e04c commit 9391d7a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"eslint-config-rax": "^0.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-module": "^0.1.0",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react": "7.24.0",
"findup": "^0.1.5",
"ghooks": "^2.0.4",
"glob": "^7.1.3",
Expand Down
7 changes: 7 additions & 0 deletions packages/rax/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## CHANGELOG

### 1.2.1

- refactor: change output result format, avoid mixing `IIFE` and `CJS`
- chore: avoid throw error when update unmounted component
- fix: add error message to `getDerivedStateFromError` hook

0 comments on commit 9391d7a

Please sign in to comment.