Skip to content

Commit 004b7ed

Browse files
committed
chore(release): 1.6.2
1 parent 31126d6 commit 004b7ed

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
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+
<a name="1.6.2"></a>
6+
## [1.6.2](https://github.com/web-mech/badwords/compare/v1.6.1...v1.6.2) (2018-08-02)
7+
8+
9+
### Bug Fixes
10+
11+
* **isProfaneLike:** abort trying to match every instance of profane words. ([31126d6](https://github.com/web-mech/badwords/commit/31126d6))
12+
13+
14+
515
<a name="1.6.1"></a>
616
## [1.6.1](https://github.com/web-mech/badwords/compare/v1.6.0...v1.6.1) (2017-10-25)
717

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bad-words",
3-
"version": "1.6.1",
3+
"version": "1.6.2",
44
"description": "A javascript filter for bad words",
55
"main": "./lib/badwords",
66
"directories": {

0 commit comments

Comments
 (0)