From 6627daf5494cd923f5c7ff4c89984c25af2f0443 Mon Sep 17 00:00:00 2001 From: webmech Date: Tue, 23 Oct 2018 14:18:22 -0400 Subject: [PATCH] chore(release): 2.0.0 --- CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5756f1a..c7deeca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,26 @@ 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.0](https://github.com/web-mech/badwords/compare/v1.6.5...v2.0.0) (2018-10-23) + + +### Documentation + +* update documentation. add requirements for using lib moving forward ([9b2831d](https://github.com/web-mech/badwords/commit/9b2831d)) + + +### Features + +* **profane:** support profane phrases and well as words ([995ea1e](https://github.com/web-mech/badwords/commit/995ea1e)) + + +### BREAKING CHANGES + +* moving into es2016+ language features + + + ## [1.6.5](https://github.com/web-mech/badwords/compare/v1.6.4...v1.6.5) (2018-10-23) diff --git a/package.json b/package.json index 94aa5e7..ef73cfe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bad-words", - "version": "1.6.5", + "version": "2.0.0", "description": "A javascript filter for bad words", "main": "./lib/badwords", "directories": {