From b587f01054f1fd02a90dcf983279c6ef58c4cd82 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 22:15:39 +0000 Subject: [PATCH] chore(release): 0.8.6 --- 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 2cc7dc7..8bb0386 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "next-video", - "version": "0.8.5", + "version": "0.8.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "next-video", - "version": "0.8.5", + "version": "0.8.6", "license": "MIT", "dependencies": { "@inquirer/prompts": "^3.2.0", diff --git a/package.json b/package.json index ac751f2..1fb7ef7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "next-video", - "version": "0.8.5", + "version": "0.8.6", "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 ", "license": "MIT",