From 1496f679fcefae26ecb5b1ea77c75b36f401dd90 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 14:50:19 +0000 Subject: [PATCH] chore(release): 2.14.0 --- CHANGELOG.md | 12 +----------- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c43b6e48..bf4a802c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,3 @@ -# [2.14.0](https://github.com/cookpete/react-player/compare/v2.13.0...v2.14.0) (2023-12-14) - - -### Bug Fixes - -* modernize build using esbuild ([#1684](https://github.com/cookpete/react-player/issues/1684)) ([8a4a9aa](https://github.com/cookpete/react-player/commit/8a4a9aa44f0f9f193cd2b9bdd94b68f9c123ba17)) -* pkg repository.url ([#1708](https://github.com/cookpete/react-player/issues/1708)) ([3a0fbca](https://github.com/cookpete/react-player/commit/3a0fbca2b48fc8f51da086db5caf5bdb8f1589a0)) -* repo url ([#1709](https://github.com/cookpete/react-player/issues/1709)) ([9d58201](https://github.com/cookpete/react-player/commit/9d582014ebd7d62a0f408f4959489a49c04e4a66)) - - - ### Changelog All notable changes to this project will be documented in this file. Dates are displayed in UTC. @@ -23,6 +12,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - chore: use Node matrix with 16.x, 18.x, 20.x [`#1688`](https://github.com/cookpete/react-player/pull/1688) - docs: update demo App.js link [`#1689`](https://github.com/cookpete/react-player/pull/1689) - fix: modernize build using esbuild [`#1684`](https://github.com/cookpete/react-player/pull/1684) +- docs(CHANGELOG): 2.14.0 [`e018c42`](https://github.com/cookpete/react-player/commit/e018c4255dee89a1684f2fff8b1cb4db81ad2cce) #### [v2.13.0](https://github.com/cookpete/react-player/compare/v2.12.0...v2.13.0) diff --git a/package-lock.json b/package-lock.json index 1fb2effe..ea7bf177 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-player", - "version": "2.13.0", + "version": "2.14.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "react-player", - "version": "2.13.0", + "version": "2.14.0", "license": "MIT", "dependencies": { "deepmerge": "^4.0.0", diff --git a/package.json b/package.json index 4564ac4a..e8f422f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-player", - "version": "2.13.0", + "version": "2.14.0", "description": "A React component for playing a variety of URLs, including file paths, YouTube, Facebook, Twitch, SoundCloud, Streamable, Vimeo, Wistia and DailyMotion", "main": "lib/index.js", "typings": "lib/index.d.ts",