From 2a0b559d896cdc7fa5beb391a1239abc65a2f268 Mon Sep 17 00:00:00 2001 From: Caleb Sacks <16855387+clabe45@users.noreply.github.com> Date: Tue, 18 Jan 2022 15:05:05 -0500 Subject: [PATCH] Release v0.8.3 --- CHANGELOG.md | 3 ++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7efa5bbe..ab8883bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## Unreleased +## [0.8.3] - 2022-01-18 ### Fixed - Recording not respecting the `type` option. - Effects throwing 'empty canvas' errors when the target's width or height is 0. @@ -193,6 +193,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Gaussian blur - Transform +[0.8.3]: https://github.com/clabe45/vidar/compare/v0.8.2...v0.8.3 [0.8.2]: https://github.com/clabe45/vidar/compare/v0.8.1...v0.8.2 [0.8.1]: https://github.com/clabe45/vidar/compare/v0.8.0...v0.8.1 [0.8.0]: https://github.com/clabe45/vidar/compare/v0.7.0...v0.8.0 diff --git a/package-lock.json b/package-lock.json index 3d2112bf..c6d82170 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vidar", - "version": "0.8.2", + "version": "0.8.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vidar", - "version": "0.8.2", + "version": "0.8.3", "license": "GPL-3.0", "dependencies": { "standardized-audio-context": "^25.1.13" diff --git a/package.json b/package.json index aac19689..7c115a3e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vidar", - "version": "0.8.2", + "version": "0.8.3", "description": "An extendable video-editing framework for the browser and Node", "browser": "dist/vidar-cjs.js", "types": "dist/index.d.ts",