Skip to content

Commit

Permalink
v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rgehan committed Dec 28, 2023
1 parent ce7de47 commit 300e806
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### v2.2.0
- Fix wrap issues with GH label badges [Renan GEHAN]
- Add .idea to .gitignore [Renan GEHAN]
- Update main deps (parcel, tailwind) + node LTS (#219) [GitHub]

### v2.1.2
- Remove unused `storage` permission [Renan GEHAN]

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}
},
"browserslist": "> 0.5%, last 2 versions, not dead",
"version": "2.1.2",
"version": "2.2.0",
"author": "Renan GEHAN <rgehan94@gmail.com>",
"license": "MIT",
"dependencies": {
Expand Down Expand Up @@ -93,4 +93,4 @@
"e2e": "cypress open",
"lint": "eslint --ext ts,tsx src/"
}
}
}

0 comments on commit 300e806

Please sign in to comment.