Skip to content

Commit

Permalink
13.9.2 hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
spencermountain committed Feb 7, 2021
1 parent da8958f commit bd7929c
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion builds/compromise-tokenize.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions builds/compromise.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* compromise 13.9.1 MIT */
/* compromise 13.9.2 MIT */
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
typeof define === 'function' && define.amd ? define(factory) :
Expand Down Expand Up @@ -3819,7 +3819,7 @@

var fromJSON_1 = fromJSON;

var _version = '13.9.1';
var _version = '13.9.2';

var _data = {
"Comparative": "true¦better",
Expand Down
2 changes: 1 addition & 1 deletion builds/compromise.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions builds/compromise.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* compromise 13.9.1 MIT */
/* compromise 13.9.2 MIT */
function _typeof(obj) {
"@babel/helpers - typeof";

Expand Down Expand Up @@ -3813,7 +3813,7 @@ var fromJSON = function fromJSON(json, world) {

var fromJSON_1 = fromJSON;

var _version = '13.9.1';
var _version = '13.9.2';

var _data = {
"Comparative": "true¦better",
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 <spencermountain@gmail.com> (http://spencermounta.in)",
"name": "compromise",
"description": "modest natural language processing",
"version": "13.9.1",
"version": "13.9.2",
"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.9.1'
module.exports = '13.9.2'

0 comments on commit bd7929c

Please sign in to comment.