Skip to content

Commit 16cc648

Browse files
chore(release): 1.2.1 [skip ci]
## [1.2.1](v1.2.0...v1.2.1) (2024-01-19) ### Bug Fixes * use the dynamic env sveltekit to load the public env variables ([#82](#82)) ([3732191](3732191)), closes [#81](#81)
1 parent 3732191 commit 16cc648

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.1](https://github.com/cloudinary-community/svelte-cloudinary/compare/v1.2.0...v1.2.1) (2024-01-19)
2+
3+
4+
### Bug Fixes
5+
6+
* use the dynamic env sveltekit to load the public env variables ([#82](https://github.com/cloudinary-community/svelte-cloudinary/issues/82)) ([3732191](https://github.com/cloudinary-community/svelte-cloudinary/commit/37321915c7df4b230a680776c2e47e78a71d51a9)), closes [#81](https://github.com/cloudinary-community/svelte-cloudinary/issues/81)
7+
18
# [1.2.0](https://github.com/cloudinary-community/svelte-cloudinary/compare/v1.1.2...v1.2.0) (2024-01-17)
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.0",
4+
"version": "1.2.1",
55
"license": "MIT",
66
"scripts": {
77
"dev": "node scripts/gen-metadata.js && vite dev",

0 commit comments

Comments
 (0)