Skip to content

Commit

Permalink
13.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
spencermountain committed Jun 21, 2021
1 parent be62912 commit 836b174
Show file tree
Hide file tree
Showing 7 changed files with 127 additions and 16 deletions.
2 changes: 1 addition & 1 deletion builds/compromise-tokenize.js

Large diffs are not rendered by default.

127 changes: 116 additions & 11 deletions builds/compromise.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion builds/compromise.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion builds/compromise.mjs

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ While all _Major_ releases should be reviewed, our only two _large_ releases are
-->

#### 13.11.3 [June 2021]

- **[fix]** - regex backtracing issue \#847 (thanks @srubin)
- misc tagging fixes
update deps

#### 13.11.2 [May 2021]

- **[fix]** - verbphrase conjugation fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Spencer Kelly <[email protected]> (http://spencermounta.in)",
"name": "compromise",
"description": "modest natural language processing",
"version": "13.11.2",
"version": "13.11.3",
"main": "./builds/compromise.js",
"unpkg": "./builds/compromise.min.js",
"module": "./builds/compromise.mjs",
Expand Down
2 changes: 1 addition & 1 deletion src/_version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = '13.11.2'
module.exports = '13.11.3'

0 comments on commit 836b174

Please sign in to comment.