We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffc7576 commit 895fbf5Copy full SHA for 895fbf5
CHANGELOG.md
@@ -3,3 +3,6 @@
3
All notable changes to this project will be documented in this file.
4
5
This project adheres to [Semantic Versioning](http://semver.org/).
6
+
7
+## 1.0.0
8
+* Initial release.
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@u-wave/react-translate",
- "version": "0.0.0",
+ "version": "1.0.0",
"description": "Small translations for React apps with @u-wave/translate.",
"main": "dist/react-translate.js",
"module": "dist/react-translate.mjs",
0 commit comments