Skip to content

Commit

Permalink
Release gettext-webpack-plugin 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
juanluispaz committed Sep 28, 2021
1 parent 2995cdb commit 3cd3b05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gettext-webpack-plugin-example",
"version": "1.0.0",
"version": "2.0.0",
"description": "Example of use gettext-webpack-plugin",
"private": true,
"author": {
Expand All @@ -19,7 +19,7 @@
"dependencies": {
"gettext-extractor": "^3.5.3",
"gettext-parser": "^4.0.4",
"gettext-webpack-plugin": "^1.0.0",
"gettext-webpack-plugin": "^2.0.0",
"html-webpack-plugin": "^5.3.2",
"intl-messageformat": "^9.9.2",
"webpack": "^5.54.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gettext-webpack-plugin",
"version": "1.0.0",
"version": "2.0.0",
"description": "Embed localization into your webpack's bundle using gettext",
"author": {
"name": "Juan Luis Paz Rojas",
Expand Down

0 comments on commit 3cd3b05

Please sign in to comment.