Skip to content

Commit

Permalink
Release v0.10.1 (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
clabe45 authored Jul 16, 2023
1 parent 8980e0c commit 55f7a5a
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.10.1] - 2023-07-16
### Security
- Bump engine.io and socket.io.
- Bump socket.io-parser from 4.2.1 to 4.2.3.
Expand Down Expand Up @@ -280,7 +280,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Gaussian blur
- Transform

[Unreleased]: https://github.com/etro-js/etro/compare/v0.10.0...HEAD
[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
[0.9.1]: https://github.com/etro-js/etro/compare/v0.9.0...v0.9.1
[0.9.0]: https://github.com/etro-js/etro/compare/v0.8.5...v0.9.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.10.0",
"version": "0.10.1",
"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 55f7a5a

Please sign in to comment.