From 51f74be700c6a087a27facfc600f4415685e0ffe Mon Sep 17 00:00:00 2001 From: Kevin Scott <151596+thekevinscott@users.noreply.github.com> Date: Wed, 16 Mar 2022 09:30:19 -0400 Subject: [PATCH] Commit change log --- packages/upscalerjs/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/upscalerjs/CHANGELOG.md b/packages/upscalerjs/CHANGELOG.md index 435b6fc73..f02e4f7ce 100644 --- a/packages/upscalerjs/CHANGELOG.md +++ b/packages/upscalerjs/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.12.1](https://github.com/thekevinscott/UpscalerJS/compare/v0.12.1...v0.12.0) (2021-03-16) + +bug: Include `tensor-as-base64` as an explicit dependency. + ## [0.12.0](https://github.com/thekevinscott/UpscalerJS/compare/v0.12.0...v0.11.0) (2021-03-5) feat: Add support for `abort` method to cancel all in flight `upscale` requests, along with an optional `signal` option for an `upscale` request that aborts that specific request.