Skip to content

Commit

Permalink
Release v0.12.1 (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
clabe45 authored Feb 19, 2024
1 parent 1c21830 commit 83d52ef
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions 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.12.1] - 2024-02-19
### Fixed
- Importing etro in the client-side code of a NextJS project causing a "module not found" error ([#243](https://github.com/etro-js/etro/issues/243)).
- Keyframes with values that are not numbers no longer result in type mismatches.
Expand Down Expand Up @@ -308,7 +308,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Gaussian blur
- Transform

[Unreleased]: https://github.com/etro-js/etro/compare/v0.12.0...HEAD
[0.12.1]: https://github.com/etro-js/etro/compare/v0.12.0...v0.12.1
[0.12.0]: https://github.com/etro-js/etro/compare/v0.11.0...v0.12.0
[0.11.0]: https://github.com/etro-js/etro/compare/v0.10.1...v0.11.0
[0.10.1]: https://github.com/etro-js/etro/compare/v0.10.0...v0.10.1
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": "etro",
"version": "0.12.0",
"version": "0.12.1",
"description": "An extendable video-editing framework for the browser",
"main": "dist/etro-cjs.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 83d52ef

Please sign in to comment.