Skip to content

Commit

Permalink
14.8.1rc
Browse files Browse the repository at this point in the history
  • Loading branch information
spencermountain committed Dec 13, 2022
1 parent 2e1df18 commit 582a9d3
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 27 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.

32 changes: 16 additions & 16 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Spencer Kelly <spencermountain@gmail.com> (http://spencermounta.in)",
"name": "compromise",
"description": "modest natural language processing",
"version": "14.8.0",
"version": "14.8.1",
"main": "./src/three.js",
"unpkg": "./builds/compromise.js",
"type": "module",
Expand Down Expand Up @@ -97,10 +97,10 @@
"devDependencies": {
"@rollup/plugin-node-resolve": "15.0.1",
"amble": "1.3.0",
"eslint": "8.28.0",
"eslint": "8.29.0",
"eslint-plugin-regexp": "1.11.0",
"nlp-corpus": "4.4.0",
"rollup": "3.4.0",
"rollup": "3.7.4",
"rollup-plugin-filesize-check": "0.0.2",
"rollup-plugin-terser": "7.0.2",
"shelljs": "0.8.5",
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.8.0'
export default '14.8.1'

0 comments on commit 582a9d3

Please sign in to comment.