diff --git a/CHANGELOG.md b/CHANGELOG.md index 29f0a9c..d256613 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.1.0](https://github.com/repetere/jsonm/compare/v2.0.0...v2.1.0) (2022-07-31) + + +### Features + +* fixed browser build with updated dependencies ([6250745](https://github.com/repetere/jsonm/commit/6250745728cc96f81507774b2f3558cadc3dacbb)) + # [2.0.0](https://github.com/repetere/jsonm/compare/v1.1.0...v2.0.0) (2022-07-26) diff --git a/package-lock.json b/package-lock.json index 467f3c4..29b0f80 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,16 +1,16 @@ { "name": "@jsonstack/jsonm", - "version": "2.0.0", + "version": "2.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@jsonstack/jsonm", - "version": "2.0.0", + "version": "2.1.0", "dependencies": { "@jsonstack/data": "^2.0.1", "@jsonstack/model": "3.0.3", - "@tensorflow/tfjs": "3.19.0", + "@tensorflow/tfjs": "^3.19.0", "flat": "5.0.2", "ml-confusion-matrix": "0.4.0", "outlier": "0.0.1", diff --git a/package.json b/package.json index 7a2efb5..8188d03 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jsonstack/jsonm", - "version": "2.0.0", + "version": "2.1.0", "description": "Construct AI & ML models with JSON using Typescript & Tensorflow", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", @@ -45,7 +45,7 @@ "dependencies": { "@jsonstack/data": "^2.0.1", "@jsonstack/model": "3.0.3", - "@tensorflow/tfjs": "3.19.0", + "@tensorflow/tfjs": "^3.19.0", "flat": "5.0.2", "ml-confusion-matrix": "0.4.0", "outlier": "0.0.1",