Skip to content

Commit 6592825

Browse files
authored
Release v0.11.0 (#235)
1 parent b5a9b53 commit 6592825

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.11.0] - 2023-08-05
99
### Added
1010
- `duration` option for `Movie#play` ([#208](https://github.com/etro-js/etro/pull/208)).
1111

@@ -292,7 +292,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
292292
- Gaussian blur
293293
- Transform
294294

295-
[Unreleased]: https://github.com/etro-js/etro/compare/v0.10.1...HEAD
295+
[0.11.0]: https://github.com/etro-js/etro/compare/v0.10.1...v0.11.0
296296
[0.10.1]: https://github.com/etro-js/etro/compare/v0.10.0...v0.10.1
297297
[0.10.0]: https://github.com/etro-js/etro/compare/v0.9.1...v0.10.0
298298
[0.9.1]: https://github.com/etro-js/etro/compare/v0.9.0...v0.9.1

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.10.1",
3+
"version": "0.11.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)