Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arseneyr committed May 24, 2024
1 parent 477aa87 commit 4a45333
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ 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.7.0] - 2024-05-24

### Added

- Ability to set output sample rate for the LAME encoder (#11)

### Changed

- Changed the internal WASM API, so added error checking for mismatched JS/WASM binaries
- This package (except for UMD and esnext builds) now depends on `@swc/helpers` instead of `@babel/runtime`

### Developer changes

- Build toolchain upgraded to Node 20, Yarn 4, SWC, and vitest

## [0.6.4] - 2021-10-16

### Fixed
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.4",
"version": "0.7.0",
"main": "dist/index.cjs",
"module": "dist/es/index.mjs",
"type": "module",
Expand Down

0 comments on commit 4a45333

Please sign in to comment.