Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/edge' into vp-e2e-poc
Browse files Browse the repository at this point in the history
  • Loading branch information
ShayLevi committed Jun 30, 2024
2 parents 5d68c7c + a0c5496 commit 5cb1637
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 10 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG-edge.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [2.0.5-edge.1](https://github.com/cloudinary/cloudinary-video-player/compare/v2.0.5-edge.0...v2.0.5-edge.1) (2024-06-26)


### Bug Fixes

* fetchLatestRelease ([4e6e721](https://github.com/cloudinary/cloudinary-video-player/commit/4e6e7210ca26761ee71c154a62f54bca6d97553f))
* separate edge/master changelogs ([#663](https://github.com/cloudinary/cloudinary-video-player/issues/663)) ([e2cfc09](https://github.com/cloudinary/cloudinary-video-player/commit/e2cfc09573d44712bca8bd46fcea224cd45ff91e))

## [2.0.5-edge.0](https://github.com/cloudinary/cloudinary-video-player/compare/v2.0.4-edge.0...v2.0.5-edge.0) (2024-06-26)


Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

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

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cloudinary-video-player",
"version": "2.0.5-edge.0",
"version": "2.0.5-edge.1",
"description": "Cloudinary Video Player",
"author": "Cloudinary",
"license": "MIT",
Expand Down Expand Up @@ -135,5 +135,8 @@
"webpack-conditional-loader": "^1.0.12",
"webpack-dev-server": "^5.0.4",
"webpack-merge": "^5.10.0"
},
"overrides": {
"braces": "3.0.3"
}
}

0 comments on commit 5cb1637

Please sign in to comment.