File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
7
# 2.5.2 - 2016-04-04
2
8
3
9
- Fixed: pleeease-filters has been udpated to v3, in order to provide a real
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " postcss-cssnext" ,
3
- "version" : " 2.5.2 " ,
3
+ "version" : " 2.6.0 " ,
4
4
"description" : " Use tomorrow’s CSS syntax, today" ,
5
5
"keywords" : [
6
6
" postcss" ,
120
120
"docs-test" : " npm run docs-build -- --production" ,
121
121
"_docs-deploy" : " GIT_DEPLOY_DIR=docs/dist ./docs/scripts/deploy-to-gh-pages.sh -v" ,
122
122
"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"
124
125
},
125
126
"babel" : {
126
127
"presets" : [
You can’t perform that action at this time.
0 commit comments