From 93432fcc09a6ce61c7d295e3efc1952f5728f93f Mon Sep 17 00:00:00 2001 From: Kevin Purnelle Date: Wed, 17 Nov 2021 15:39:32 +0100 Subject: [PATCH] chore(release): 3.1.0 --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6dc2112..347f7d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +## [3.1.0](https://github.com/AoDev/css-byebye/compare/v3.0.0...v3.1.0) (2021-11-17) + + +### Features + +* **comments:** implements control directives through comments ([#18](https://github.com/AoDev/css-byebye/issues/18)) ([0394fb1](https://github.com/AoDev/css-byebye/commit/0394fb1b35526f643fcae9134366a61fae00d9c2)) + ## [3.0.0](https://github.com/AoDev/css-byebye/compare/v2.0.2...v3.0.0) (2021-03-14) diff --git a/package-lock.json b/package-lock.json index 1e23835..a599258 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "css-byebye", - "version": "3.0.0", + "version": "3.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7838cd4..fa64878 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "css-byebye", - "version": "3.0.0", + "version": "3.1.0", "description": "Remove the CSS rules that you don't want, with a list of selectors", "homepage": "https://github.com/AoDev/css-byebye", "repository": {