diff --git a/CHANGELOG.md b/CHANGELOG.md index 1127e960f..0b3885040 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lerna.json b/lerna.json index 95b96d61e..87c675ad2 100644 --- a/lerna.json +++ b/lerna.json @@ -2,5 +2,5 @@ "lerna": "2.2.0", "npmClient": "yarn", "useWorkspaces": true, - "version": "0.8.14" + "version": "0.8.15" } diff --git a/packages/upscalerjs/CHANGELOG.md b/packages/upscalerjs/CHANGELOG.md index 8c642238d..21ebf9296 100644 --- a/packages/upscalerjs/CHANGELOG.md +++ b/packages/upscalerjs/CHANGELOG.md @@ -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 diff --git a/packages/upscalerjs/package.json b/packages/upscalerjs/package.json index 4e3e0a8f2..f863177aa 100644 --- a/packages/upscalerjs/package.json +++ b/packages/upscalerjs/package.json @@ -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",