We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56a4e83 commit 86e9ad5Copy full SHA for 86e9ad5
CHANGELOG.md
@@ -4,6 +4,10 @@ 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
+## 2.0.1
8
+* Renames the "module" entry point to end in `.es.js`.
9
+ `.mjs` has requirements that this package's compiled output did not adhere to.
10
+
11
## 2.0.0
12
* Require React 17+.
13
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@u-wave/react-translate",
3
"description": "Small translations for React apps with @u-wave/translate.",
- "version": "2.0.0",
+ "version": "2.0.1",
"author": "Renée Kooi <[email protected]>",
"bugs": {
"url": "https://github.com/u-wave/react-translate/issues"
0 commit comments