Skip to content

Commit 6c02533

Browse files
committed
chore(release): 3.0.0
1 parent ecdce3b commit 6c02533

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
1-
# Change Log
1+
# Changelog
22

33
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.
44

5+
## [3.0.0](https://github.com/AoDev/css-byebye/compare/v2.0.2...v3.0.0) (2021-03-14)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* Only works for Node >= 6
11+
12+
* dependencies update + prettier (breaking change) ([ecdce3b](https://github.com/AoDev/css-byebye/commit/ecdce3b76284c1bd810c43d3fdff5c04a72f649e))
13+
514
## [2.0.2](https://github.com/AoDev/css-byebye/compare/v2.0.1...v2.0.2) (2019-05-03)
615

716

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": "2.0.2",
3+
"version": "3.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)