From bbb83d73d180bc4af73777e5cd018f78fe3c41d6 Mon Sep 17 00:00:00 2001 From: FlorentinTh Date: Wed, 20 Apr 2022 19:05:45 -0400 Subject: [PATCH] chore(release): 2.0.1 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c669e25..ca15fdd 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. +### [2.0.1](https://github.com/FlorentinTh/spam-remover/compare/v2.0.0...v2.0.1) (2022-04-20) + + +### Chore + +* **deps:** fix dependencies issues and bad previous eslint configuration update ([0b58cad](https://github.com/FlorentinTh/spam-remover/commit/0b58cad763e80670d73219023351d4cab11362a7)) + ## [2.0.0](https://github.com/FlorentinTh/spam-remover/compare/v1.2.0...v2.0.0) (2022-04-19) diff --git a/package-lock.json b/package-lock.json index 2aa4c02..52c1e6e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "spam-remover", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "spam-remover", - "version": "2.0.0", + "version": "2.0.1", "license": "MIT", "dependencies": { "chalk": "^5.0.1", diff --git a/package.json b/package.json index 37143e2..d290677 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "spam-remover", - "version": "2.0.0", + "version": "2.0.1", "description": "", "main": "src/SpamRemover.js", "type": "module",