Skip to content

Commit 4b688cb

Browse files
committed
2.6.0
1 parent c846cef commit 4b688cb

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 2.6.0 - 2016-06-01
2+
3+
- Added: ``overflow-wrap`` fallback
4+
([#280](https://github.com/MoOx/postcss-cssnext/pull/280))
5+
- @MattDiMu
6+
17
# 2.5.2 - 2016-04-04
28

39
- Fixed: pleeease-filters has been udpated to v3, in order to provide a real

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-cssnext",
3-
"version": "2.5.2",
3+
"version": "2.6.0",
44
"description": "Use tomorrow’s CSS syntax, today",
55
"keywords": [
66
"postcss",
@@ -120,7 +120,8 @@
120120
"docs-test": "npm run docs-build -- --production",
121121
"_docs-deploy": "GIT_DEPLOY_DIR=docs/dist ./docs/scripts/deploy-to-gh-pages.sh -v",
122122
"docs-deploy": "npm run docs-test && npm run _docs-deploy",
123-
"release": "npmpub && npm run docs-deploy"
123+
"release": "npmpub",
124+
"postrelease": "npm run docs-deploy"
124125
},
125126
"babel": {
126127
"presets": [

0 commit comments

Comments
 (0)