Skip to content

Commit

Permalink
Release: 2.1.0
Browse files Browse the repository at this point in the history
# [2.1.0](v2.0.0...v2.1.0) (2022-07-31)

### Features

* fixed browser build with updated dependencies ([6250745](6250745))
  • Loading branch information
semantic-release-bot committed Jul 31, 2022
1 parent 7eee857 commit 359b836
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
6 changes: 3 additions & 3 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
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 359b836

Please sign in to comment.