Skip to content

Commit c242b8a

Browse files
committed
Update CHANGELOG
1 parent 8c93092 commit c242b8a

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed

.babelrc

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"presets": [
3+
[
4+
"@babel/preset-env",
5+
{
6+
"targets": {
7+
"node": 4
8+
}
9+
}
10+
],
11+
[
12+
"@babel/preset-stage-1",
13+
{
14+
"decoratorsLegacy": true
15+
}
16+
],
17+
"@babel/preset-react"
18+
],
19+
"env": {
20+
"production": {
21+
"plugins": [
22+
[
23+
"transform-react-remove-prop-types",
24+
{
25+
"mode": "wrap"
26+
}
27+
]
28+
]
29+
}
30+
}
31+
}

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Next
22

3+
## v2.0.2
4+
5+
- Rebuild lib
6+
37
## v2.0.1
48

59
- Use .babelrc, close [#50](https://github.com/ratson/react-intl-redux/issues/50)

0 commit comments

Comments
 (0)