Skip to content

Commit

Permalink
0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
arseneyr committed Nov 11, 2020
1 parent 6049709 commit 85e8b5e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
Empty file added .yarn/versions/411136bc.yml
Empty file.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.6.3] - 2020-11-11

### Fixed

- Fixed issue where OGG encoding took ~10x too long

## [0.6.2] - 2020-11-09

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wasm-media-encoders",
"version": "0.6.2",
"version": "0.6.3",
"main": "dist/index.js",
"module": "dist/es/index.js",
"browser": "dist/browser/index.js",
Expand Down

0 comments on commit 85e8b5e

Please sign in to comment.