Skip to content

Commit 2ff6f07

Browse files
committed
🔖 Release v0.12.0
#
1 parent 174bb8a commit 2ff6f07

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8-
## [Unreleased]
8+
## [0.12.0] - 2024-01-15
99
### Added
1010
- `stroke` option for `Text` layer ([#239](https://github.com/etro-js/etro/pull/239)).
1111

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

305-
[Unreleased]: https://github.com/etro-js/etro/compare/v0.11.0...HEAD
305+
[0.12.0]: https://github.com/etro-js/etro/compare/v0.11.0...v0.12.0
306306
[0.11.0]: https://github.com/etro-js/etro/compare/v0.10.1...v0.11.0
307307
[0.10.1]: https://github.com/etro-js/etro/compare/v0.10.0...v0.10.1
308308
[0.10.0]: https://github.com/etro-js/etro/compare/v0.9.1...v0.10.0

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "etro",
3-
"version": "0.11.0",
3+
"version": "0.12.0",
44
"description": "An extendable video-editing framework for the browser",
55
"browser": "dist/etro-cjs.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)