Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Commit 55ed366

Browse files
committed
2.5.2
1 parent e09076e commit 55ed366

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-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.5.2 - 2016-04-04
2+
3+
- Fixed: pleeease-filters has been udpated to v3, in order to provide a real
4+
PostCSS plugin
5+
([#274](https://github.com/MoOx/postcss-cssnext/pull/274))
6+
17
# 2.5.1 - 2016-03-14
28

39
> Oops!

package.json

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

0 commit comments

Comments
 (0)