Skip to content

Commit

Permalink
🔖 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lsaudon committed Sep 18, 2023
1 parent 6d5577e commit 922c671
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 53 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [3.0.1](https://github.com/lsaudon/l10nization/releases/tag/release-3.0.1)

- 🐛 haveDescription #314
- ⬆️ Bump @types/node from 20.6.0 to 20.6.2
- ⬆️ Bump sinon from 15.2.0 to 16.0.0

## [3.0.0](https://github.com/lsaudon/l10nization/releases/tag/release-3.0.0)

- 💡 Remove comment
Expand Down
98 changes: 49 additions & 49 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"icon": "images/logo.png",
"name": "l10nization",
"displayName": "L10nization",
"version": "3.0.0",
"version": "3.0.1",
"publisher": "lsaudon",
"description": "A tool for extracting text to arb files in a Flutter application.",
"author": {
Expand Down Expand Up @@ -117,8 +117,8 @@
"@types/node": "20.6.2",
"@types/sinon": "10.0.16",
"@types/vscode": "^1.82.0",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"@vscode/test-electron": "^2.3.4",
"chai": "^4.3.8",
"eslint": "^8.49.0",
Expand All @@ -134,4 +134,4 @@
"webpack-cli": "^5.1.4",
"yaml": "^2.3.2"
}
}
}

0 comments on commit 922c671

Please sign in to comment.