Skip to content

Commit c891caa

Browse files
chore(release): 1.2.3 [skip ci]
## [1.2.3](v1.2.2...v1.2.3) (2024-02-29) ### Bug Fixes * Fixes CldVideoPlayer not able to use PUBLIC_ env var ([#90](#90)) ([a006be5](a006be5)), closes [#89](#89)
1 parent a006be5 commit c891caa

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.2.3](https://github.com/cloudinary-community/svelte-cloudinary/compare/v1.2.2...v1.2.3) (2024-02-29)
2+
3+
4+
### Bug Fixes
5+
6+
* Fixes CldVideoPlayer not able to use PUBLIC_ env var ([#90](https://github.com/cloudinary-community/svelte-cloudinary/issues/90)) ([a006be5](https://github.com/cloudinary-community/svelte-cloudinary/commit/a006be5f261f146d4248690ef490d86da3e1ca90)), closes [#89](https://github.com/cloudinary-community/svelte-cloudinary/issues/89)
7+
18
## [1.2.2](https://github.com/cloudinary-community/svelte-cloudinary/compare/v1.2.1...v1.2.2) (2024-02-23)
29

310

svelte-cloudinary/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "svelte-cloudinary",
33
"author": "Matias Hernandez <hola@matiashernandez.dev>",
4-
"version": "1.2.2",
4+
"version": "1.2.3",
55
"license": "MIT",
66
"scripts": {
77
"dev": "node scripts/gen-metadata.js && vite dev",

0 commit comments

Comments
 (0)