We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8afefb7 commit eff57f6Copy full SHA for eff57f6
CHANGELOG.md
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+## 0.3.0 / 2023-02-06
10
+
11
+* `@babel/helper-module-imports` updated to `^7.18.6`
12
13
## 0.2.2 / 2023-01-29
14
15
* dependencis update
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "define-messages.macro",
3
- "version": "0.3.0-dev",
+ "version": "0.3.0",
4
"description": "Generate id for react-intl messages automatically",
5
"main": "define-messages.macro.js",
"scripts": {
@@ -21,7 +21,7 @@
21
"babel-plugin-macros"
22
],
23
"engines": {
24
- "node": ">=16.16"
+ "node": ">=6.9.0"
25
},
26
"files": [
27
"LICENSE",
0 commit comments