From 83d52efec5dd60e0a4439b08a898d4a596f249f4 Mon Sep 17 00:00:00 2001 From: Caleb Sacks <16855387+clabe45@users.noreply.github.com> Date: Mon, 19 Feb 2024 09:06:24 -0800 Subject: [PATCH] Release v0.12.1 (#260) --- CHANGELOG.md | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f6172d4..4ec74fc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. @@ -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 diff --git a/package-lock.json b/package-lock.json index 40a3c649..318eda3b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "etro", - "version": "0.12.0", + "version": "0.12.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "etro", - "version": "0.12.0", + "version": "0.12.1", "license": "GPL-3.0", "devDependencies": { "@commitlint/cli": "^17.6.6", diff --git a/package.json b/package.json index 410a2a99..9f95c5e9 100644 --- a/package.json +++ b/package.json @@ -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",