Skip to content

Commit

Permalink
Bump to 9.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
karellm committed Aug 10, 2024
1 parent 6a48bd4 commit a668b23
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,5 +1,10 @@
# Changelog

# 9.0.2

- Fix cheerio dependency #1045
- Update dependencies

# 9.0.1

- Fix plurals not being detected when count is a CallExpression #1022 #1015
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "i18next-parser",
"description": "Command Line tool for i18next",
"version": "9.0.1",
"version": "9.0.2",
"type": "module",
"license": "MIT",
"author": "Karel Ledru",
Expand Down Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"@babel/runtime": "^7.23.2",
"broccoli-plugin": "^4.0.7",
"cheerio": "^1.0.0-rc.2",
"cheerio": "^1.0.0",
"colors": "1.4.0",
"commander": "~12.1.0",
"eol": "^0.9.1",
Expand Down

0 comments on commit a668b23

Please sign in to comment.