Skip to content

Commit

Permalink
v0.8.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Scott committed Mar 15, 2021
1 parent f36db33 commit 76e60ce
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 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.15](https://github.com/thekevinscott/UpscalerJS/compare/v0.8.14...v0.8.15) (2021-03-15)

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







**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.14"
"version": "0.8.15"
}
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.15](https://github.com/thekevinscott/UpscalerJS/compare/v0.8.14...v0.8.15) (2021-03-15)

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







**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.14",
"version": "0.8.15",
"description": "Increase image resolution with a Neural Network",
"main": "dist/cjs/index.js",
"module": "dist/esnext/index.js",
Expand Down

0 comments on commit 76e60ce

Please sign in to comment.