Skip to content

Commit eff57f6

Browse files
committed
release: v0.3.0
1 parent 8afefb7 commit eff57f6

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## 0.3.0 / 2023-02-06
10+
11+
* `@babel/helper-module-imports` updated to `^7.18.6`
12+
913
## 0.2.2 / 2023-01-29
1014

1115
* dependencis update

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "define-messages.macro",
3-
"version": "0.3.0-dev",
3+
"version": "0.3.0",
44
"description": "Generate id for react-intl messages automatically",
55
"main": "define-messages.macro.js",
66
"scripts": {
@@ -21,7 +21,7 @@
2121
"babel-plugin-macros"
2222
],
2323
"engines": {
24-
"node": ">=16.16"
24+
"node": ">=6.9.0"
2525
},
2626
"files": [
2727
"LICENSE",

0 commit comments

Comments
 (0)