Skip to content

Commit

Permalink
v0.8.20
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Scott committed Mar 15, 2021
1 parent 8d542ca commit cb0a265
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.8.20](https://github.com/thekevinscott/UpscalerJS/compare/v0.8.19...v0.8.20) (2021-03-15)

**Note:** Version bump only for package UpscalerJS





## [0.8.19](https://github.com/thekevinscott/UpscalerJS/compare/v0.8.18...v0.8.19) (2021-03-15)

**Note:** Version bump only for package UpscalerJS
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"lerna": "2.2.0",
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.8.19"
"version": "0.8.20"
}
8 changes: 8 additions & 0 deletions packages/models/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.8.20](https://github.com/thekevinscott/UpscalerJS/compare/v0.8.19...v0.8.20) (2021-03-15)

**Note:** Version bump only for package @upscalerjs/models





## [0.8.19](https://github.com/thekevinscott/UpscalerJS/compare/v0.8.18...v0.8.19) (2021-03-15)

**Note:** Version bump only for package @upscalerjs/models
Expand Down
2 changes: 1 addition & 1 deletion packages/models/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@upscalerjs/models",
"version": "0.8.19",
"version": "0.8.20",
"description": "Neural Network Models for upscalerjs",
"keywords": [
"image super resolution",
Expand Down
8 changes: 8 additions & 0 deletions packages/upscalerjs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.8.20](https://github.com/thekevinscott/UpscalerJS/compare/v0.8.19...v0.8.20) (2021-03-15)

**Note:** Version bump only for package upscaler





## [0.8.19](https://github.com/thekevinscott/UpscalerJS/compare/v0.8.18...v0.8.19) (2021-03-15)

**Note:** Version bump only for package upscaler
Expand Down
2 changes: 1 addition & 1 deletion packages/upscalerjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "upscaler",
"version": "0.8.19",
"version": "0.8.20",
"description": "Increase image resolution with Tensorflow.js",
"main": "dist/cjs/index.js",
"module": "dist/esnext/index.js",
Expand Down

0 comments on commit cb0a265

Please sign in to comment.