Skip to content

Commit

Permalink
release: 0.2.29
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW committed Jan 2, 2024
1 parent 4418cb4 commit aee2e39
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# 0.2.29

**Core Changes**

- `rem` and `em` functions now accepts multiple values
- `invariant` function now accepts custom error message
- Add `<CurrentYear />` component

**Misc Changes**

- Improve error messages

# 0.2.28

**Core Changes**
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": "foxact",
"version": "0.2.28",
"version": "0.2.29",
"private": true,
"description": "React Hooks/Utils done right. For browser, SSR, and React Server Components.",
"homepage": "https://foxact.skk.moe",
Expand Down

0 comments on commit aee2e39

Please sign in to comment.