Skip to content

Commit 6a9388e

Browse files
committed
2.0.0
1 parent 0e41511 commit 6a9388e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1+
## 2.0
2+
* Use PostCSS 6x
3+
* Use Node 4x syntax
4+
15
## 1.0
26
* Initial release

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-replace-overflow-wrap",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"description": "PostCSS plugin to replace overflow-wrap with word-wrap or optionally retain both declarations.",
55
"keywords": [
66
"postcss",

0 commit comments

Comments
 (0)