diff --git a/CHANGELOG.md b/CHANGELOG.md index 656e5641..b296642d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,3 @@ -## [2.14.1](https://github.com/cookpete/react-player/compare/v2.14.0...v2.14.1) (2023-12-19) - - -### Bug Fixes - -* cjs interop require default pita ([#1722](https://github.com/cookpete/react-player/issues/1722)) ([a35f3c5](https://github.com/cookpete/react-player/commit/a35f3c5650b6482589b29a86ad75f0d94f920fde)) - - - ### Changelog All notable changes to this project will be documented in this file. Dates are displayed in UTC. @@ -16,6 +7,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). #### [v2.14.1](https://github.com/cookpete/react-player/compare/v2.14.0...v2.14.1) - fix: cjs interop require default pita [`#1722`](https://github.com/cookpete/react-player/pull/1722) +- docs(CHANGELOG): 2.14.1 [`921b0e0`](https://github.com/cookpete/react-player/commit/921b0e01148925f048716435333fcdc9ce2df24a) - chore: npm ignore unneeded folders [`678f466`](https://github.com/cookpete/react-player/commit/678f466553d36dc02dfe2b926a31e8694b746842) #### [v2.14.0](https://github.com/cookpete/react-player/compare/v2.13.0...v2.14.0) diff --git a/package-lock.json b/package-lock.json index ea7bf177..53ac2d86 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-player", - "version": "2.14.0", + "version": "2.14.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "react-player", - "version": "2.14.0", + "version": "2.14.1", "license": "MIT", "dependencies": { "deepmerge": "^4.0.0", diff --git a/package.json b/package.json index e8f422f5..1b7f563f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-player", - "version": "2.14.0", + "version": "2.14.1", "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",