Skip to content

Commit c7c8fba

Browse files
committed
chore: release v1.0.0
1 parent e369f3d commit c7c8fba

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-react-i18next",
3-
"version": "0.0.27",
3+
"version": "1.0.0",
44
"description": "Easily translate your Gatsby website into multiple languages",
55
"main": "index.js",
66
"types": "index.d.ts",
@@ -66,7 +66,8 @@
6666
"bluebird": "^3.7.2",
6767
"browser-lang": "^0.1.0",
6868
"outdent": "^0.8.0",
69-
"path-to-regexp": "^6.2.0"
69+
"path-to-regexp": "^6.2.0",
70+
"react-helmet": "^6.1.0"
7071
},
7172
"peerDependencies": {
7273
"gatsby": "^2.2.0",

0 commit comments

Comments
 (0)