Skip to content

Commit 99d5ab2

Browse files
committed
chore(release): v2.2.0
1 parent 928537b commit 99d5ab2

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [2.2.0](https://github.com/nDriaDev/react-tools/releases/tag/v2.2.0) - 2026-04-13
4+
5+
### Documentation
6+
7+
- Update README.md ([bf396ef](https://github.com/nDriaDev/react-tools/commit/bf396ef))
8+
9+
### Chores
10+
11+
- update build config ([0df4c6e](https://github.com/nDriaDev/react-tools/commit/0df4c6e))
12+
- add github workflow security audit + fix release script ([8ee14b5](https://github.com/nDriaDev/react-tools/commit/8ee14b5))
13+
14+
### Other Changes
15+
16+
- Merge branch 'master' of https://github.com/nDriaDev/react-tools ([928537b](https://github.com/nDriaDev/react-tools/commit/928537b))
17+
318
## [2.1.3](https://github.com/nDriaDev/react-tools/releases/tag/v2.1.3) - 2026-04-08
419

520
### Chores

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@ndriadev/react-tools",
33
"description": "A React library of hooks, components, utils and types ready to use",
44
"private": false,
5-
"version": "2.1.3",
5+
"version": "2.2.0",
66
"type": "module",
77
"files": [
88
"dist",

0 commit comments

Comments
 (0)