Skip to content

Commit 86e9ad5

Browse files
committed
2.0.1
1 parent 56a4e83 commit 86e9ad5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44

55
This project adheres to [Semantic Versioning](http://semver.org/).
66

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+
711
## 2.0.0
812
* Require React 17+.
913

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@u-wave/react-translate",
33
"description": "Small translations for React apps with @u-wave/translate.",
4-
"version": "2.0.0",
4+
"version": "2.0.1",
55
"author": "Renée Kooi <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/u-wave/react-translate/issues"

0 commit comments

Comments
 (0)