Skip to content

Commit 647b30a

Browse files
committed
chore(release): 2.0.0
1 parent f3d57eb commit 647b30a

File tree

3 files changed

+28
-2
lines changed

3 files changed

+28
-2
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4+
5+
<a name="2.0.0"></a>
6+
# [2.0.0](https://github.com/AoDev/css-byebye/compare/v1.1.0...v2.0.0) (2018-03-04)
7+
8+
9+
### Chores
10+
11+
* **dependencies:** update postcss to latest version ([b586ebf](https://github.com/AoDev/css-byebye/commit/b586ebf))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* **dependencies:** css-byebye will work from node v4 from now on.
17+
18+
postcss@6 drops support for nodejs 0.12. This should normally not be
19+
a problem if you use recent versions of node, but it is a breaking
20+
change nonetheless.
21+
22+
Links:
23+
https://github.com/postcss/postcss/releases/tag/6.0.0
24+
25+
26+
127
<a name="1.1.0"></a>
228
# [1.1.0](https://github.com/AoDev/css-byebye/compare/1.0.1...v1.1.0) (2017-02-22)
329

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "css-byebye",
3-
"version": "1.1.0",
3+
"version": "2.0.0",
44
"description": "Remove the CSS rules that you don't want, with a list of selectors",
55
"homepage": "https://github.com/AoDev/css-byebye",
66
"repository": {

0 commit comments

Comments
 (0)