Skip to content

Commit

Permalink
14.11.1rc
Browse files Browse the repository at this point in the history
  • Loading branch information
spencermountain committed Jan 16, 2024
1 parent baa16bb commit cc864eb
Show file tree
Hide file tree
Showing 11 changed files with 65 additions and 57 deletions.
2 changes: 1 addition & 1 deletion builds/compromise.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion builds/one/compromise-one.cjs

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion builds/three/compromise-three.cjs

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion builds/two/compromise-two.cjs

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

7 changes: 5 additions & 2 deletions changelog.md
Expand Up @@ -22,8 +22,11 @@ While all _Major_ releases should be reviewed, our only _large_ releases are **v

#### 14.11.1 [Jan 2024]

- **[fix]** - missing words in html output
- **[change]** - better #Possessive tagging
- **[fix]** - missing words in html output (thanks ryan!)
- **[change]** - better #Possessive tagging for #1074
- **[change]** - improved is/has contraction classifier #1074
- **[change]** - fixes to subordinate clause identification #1072
- **[update]** - dependencies

#### 14.11.0 [Dec 2023]

Expand Down
95 changes: 50 additions & 45 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -2,7 +2,7 @@
"author": "Spencer Kelly <spencermountain@gmail.com> (http://spencermounta.in)",
"name": "compromise",
"description": "modest natural language processing",
"version": "14.11.0",
"version": "14.11.1",
"module": "./src/three.js",
"main": "./src/three.js",
"unpkg": "./builds/compromise.js",
Expand Down Expand Up @@ -113,7 +113,7 @@
"rollup-plugin-filesize-check": "^0.0.2",
"shelljs": "0.8.5",
"tap-dancer": "0.3.4",
"tape": "5.7.2"
"tape": "5.7.3"
},
"eslintIgnore": [
"builds/*.js",
Expand Down
2 changes: 1 addition & 1 deletion src/_version.js
@@ -1 +1 @@
export default '14.11.0'
export default '14.11.1'

0 comments on commit cc864eb

Please sign in to comment.