Skip to content

Commit

Permalink
Release: 2.2.1
Browse files Browse the repository at this point in the history
## [2.2.1](v2.2.0...v2.2.1) (2022-08-04)

### Bug Fixes

* added getModel validation with no inputs/outputs ([411010b](411010b))
  • Loading branch information
semantic-release-bot committed Aug 4, 2022
1 parent 411010b commit 11c90b6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 13 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.2.1](https://github.com/repetere/jsonm/compare/v2.2.0...v2.2.1) (2022-08-04)


### Bug Fixes

* added getModel validation with no inputs/outputs ([411010b](https://github.com/repetere/jsonm/commit/411010b43b66035059dc42b315fe47e79587004d))

# [2.2.0](https://github.com/repetere/jsonm/compare/v2.1.0...v2.2.0) (2022-07-31)


Expand Down
19 changes: 7 additions & 12 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsonstack/jsonm",
"version": "2.2.0",
"version": "2.2.1",
"description": "Construct AI & ML models with JSON using Typescript & Tensorflow",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 11c90b6

Please sign in to comment.