Skip to content

Commit

Permalink
Release v0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
clabe45 authored Jan 18, 2022
1 parent 4f98bc2 commit 2a0b559
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 2a0b559

Please sign in to comment.