Skip to content

Commit

Permalink
chore(release): 4.19.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.19.0](v4.18.1...v4.19.0) (2023-08-28)

### Features

* CldVideoPlayer support for Next.js 13 App Router ([#265](#265)) ([8674b95](8674b95)), closes [#181](#181) [#248](#248)
  • Loading branch information
semantic-release-bot committed Aug 28, 2023
1 parent 8674b95 commit a9a3cd1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [4.19.0](https://github.com/colbyfayock/next-cloudinary/compare/v4.18.1...v4.19.0) (2023-08-28)


### Features

* CldVideoPlayer support for Next.js 13 App Router ([#265](https://github.com/colbyfayock/next-cloudinary/issues/265)) ([8674b95](https://github.com/colbyfayock/next-cloudinary/commit/8674b95a8a105bb0d2b995542f1e9f59f7d4a9ae)), closes [#181](https://github.com/colbyfayock/next-cloudinary/issues/181) [#248](https://github.com/colbyfayock/next-cloudinary/issues/248)

## [4.18.1](https://github.com/colbyfayock/next-cloudinary/compare/v4.18.0...v4.18.1) (2023-08-23)


Expand Down
2 changes: 1 addition & 1 deletion next-cloudinary/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-cloudinary",
"version": "4.18.1",
"version": "4.19.0",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down

1 comment on commit a9a3cd1

@vercel
Copy link

@vercel vercel bot commented on a9a3cd1 Aug 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.