From dcf68ed6c1090e064b24bd34ea421f8cc79ea6f3 Mon Sep 17 00:00:00 2001 From: Kevin Purnelle Date: Fri, 3 May 2019 10:14:15 +0200 Subject: [PATCH] chore(release): 2.0.2 --- CHANGELOG.md | 4 ++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb8d153..e5cafcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ 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. +## [2.0.2](https://github.com/AoDev/css-byebye/compare/v2.0.1...v2.0.2) (2019-05-03) + + + ## [2.0.1](https://github.com/AoDev/css-byebye/compare/v2.0.0...v2.0.1) (2018-06-28) diff --git a/package-lock.json b/package-lock.json index 64a9779..65490bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "css-byebye", - "version": "2.0.1", + "version": "2.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e127d94..6c4e913 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "css-byebye", - "version": "2.0.1", + "version": "2.0.2", "description": "Remove the CSS rules that you don't want, with a list of selectors", "homepage": "https://github.com/AoDev/css-byebye", "repository": {