Skip to content

Commit a3fa0c5

Browse files
author
Kevin Scott
committed
v0.8.21
1 parent 4e498ac commit a3fa0c5

File tree

6 files changed

+27
-3
lines changed

6 files changed

+27
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.8.21](https://github.com/thekevinscott/UpscalerJS/compare/v0.8.20...v0.8.21) (2021-03-15)
7+
8+
**Note:** Version bump only for package UpscalerJS
9+
10+
11+
12+
13+
614
## [0.8.20](https://github.com/thekevinscott/UpscalerJS/compare/v0.8.19...v0.8.20) (2021-03-15)
715

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

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"lerna": "2.2.0",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
5-
"version": "0.8.20"
5+
"version": "0.8.21"
66
}

packages/models/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.8.21](https://github.com/thekevinscott/UpscalerJS/compare/v0.8.20...v0.8.21) (2021-03-15)
7+
8+
**Note:** Version bump only for package @upscalerjs/models
9+
10+
11+
12+
13+
614
## [0.8.20](https://github.com/thekevinscott/UpscalerJS/compare/v0.8.19...v0.8.20) (2021-03-15)
715

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

packages/models/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@upscalerjs/models",
3-
"version": "0.8.20",
3+
"version": "0.8.21",
44
"description": "Neural Network models for upscalerjs",
55
"keywords": [
66
"image super resolution",

packages/upscalerjs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.8.21](https://github.com/thekevinscott/UpscalerJS/compare/v0.8.20...v0.8.21) (2021-03-15)
7+
8+
**Note:** Version bump only for package upscaler
9+
10+
11+
12+
13+
614
## [0.8.20](https://github.com/thekevinscott/UpscalerJS/compare/v0.8.19...v0.8.20) (2021-03-15)
715

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

packages/upscalerjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "upscaler",
3-
"version": "0.8.20",
3+
"version": "0.8.21",
44
"description": "Increase Image Resolution with Tensorflow.js",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esnext/index.js",

0 commit comments

Comments
 (0)