Skip to content

Commit

Permalink
Merge pull request #912 from spencermountain/hotfix
Browse files Browse the repository at this point in the history
14.1.1 hotfix
  • Loading branch information
spencermountain authored Apr 15, 2022
2 parents 0b4bf94 + 3d96323 commit 87b364b
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 11 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.

5 changes: 4 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ While all _Major_ releases should be reviewed, our only two _large_ releases are
-->

#### 14.1.0 [March 2021]
#### 14.1.1 [April 2021]
- **[fix]** - main property in package.json #911

#### 14.1.0 [April 2021]
- **[fix]** - client-side export format for plugins
- **[new]** - more adjective transformation methods
- **[new]** - emoji + emoticon tagger
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"author": "Spencer Kelly <[email protected]> (http://spencermounta.in)",
"name": "compromise",
"description": "modest natural language processing",
"version": "14.1.0",
"main": "./src/index.js",
"version": "14.1.1",
"main": "./src/three.js",
"unpkg": "./builds/compromise.js",
"type": "module",
"types": "types/three.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/_version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '14.1.0'
export default '14.1.1'

0 comments on commit 87b364b

Please sign in to comment.