Skip to content

Commit

Permalink
chore(release): 2.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 14, 2023
1 parent e018c42 commit 1496f67
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 14 deletions.
12 changes: 1 addition & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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)

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 1496f67

Please sign in to comment.