Skip to content

Commit

Permalink
Release v0.12.0 (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
clabe45 committed Jan 15, 2024
1 parent 174bb8a commit c34f452
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.0] - 2024-01-15
### Added
- `stroke` option for `Text` layer ([#239](https://github.com/etro-js/etro/pull/239)).

Expand Down Expand Up @@ -302,7 +302,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Gaussian blur
- Transform

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

0 comments on commit c34f452

Please sign in to comment.