From 6a6da170cc7452c51b480a8fd24c7a24caa3a1e4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 17:42:24 +0000 Subject: [PATCH] chore(release): 0.12.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 45ddbd6..c3c1cb8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "next-video", - "version": "0.11.2", + "version": "0.12.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "next-video", - "version": "0.11.2", + "version": "0.12.0", "license": "MIT", "dependencies": { "@aws-sdk/client-s3": "~3.437.0", diff --git a/package.json b/package.json index 021cc2b..1fcdfad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "next-video", - "version": "0.11.2", + "version": "0.12.0", "type": "module", "description": "A React component for adding video to your Next.js application. It extends both the video element and your Next app with features for automatic video optimization.", "author": "Mux Lab ",