Skip to content

Commit

Permalink
🎉 v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sankaSanjeeva committed Oct 5, 2024
1 parent 1875501 commit 8ddcd1a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 1.3.0 (October 04, 2024)

### New features

- Add unit testing

### Bug Fixing

- Fix mobile responsive issues
- Clean query cache when user logout

## 1.2.0 (September 14, 2024)

### New features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-boilerplate",
"private": true,
"version": "1.2.0",
"version": "1.3.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 8ddcd1a

Please sign in to comment.