Skip to content

Commit d420bee

Browse files
chore(release): 1.0.0-beta.10 [skip ci]
# [1.0.0-beta.10](v1.0.0-beta.9...v1.0.0-beta.10) (2023-06-22) ### Bug Fixes * patch update, fix importing lib version when building and packaging ([0152f38](0152f38)) * patch update, fix importing lib version when building and packaging ([169366c](169366c)) * patch update, generate metadata as json file on dev/build/packaging ([f62a855](f62a855)) * patch update, generate metadata as json file on dev/build/packaging ([1847cbb](1847cbb))
1 parent fb1ee3d commit d420bee

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [1.0.0-beta.10](https://github.com/cloudinary-community/svelte-cloudinary/compare/v1.0.0-beta.9...v1.0.0-beta.10) (2023-06-22)
2+
3+
4+
### Bug Fixes
5+
6+
* patch update, fix importing lib version when building and packaging ([0152f38](https://github.com/cloudinary-community/svelte-cloudinary/commit/0152f384a14e872a920034b3e8584ea5366eb62b))
7+
* patch update, fix importing lib version when building and packaging ([169366c](https://github.com/cloudinary-community/svelte-cloudinary/commit/169366ceeec85c89669efa657e5103324fa74198))
8+
* patch update, generate metadata as json file on dev/build/packaging ([f62a855](https://github.com/cloudinary-community/svelte-cloudinary/commit/f62a855378e228ede51104289afd839ad026df10))
9+
* patch update, generate metadata as json file on dev/build/packaging ([1847cbb](https://github.com/cloudinary-community/svelte-cloudinary/commit/1847cbb70f835597f270fd01939ac78fa26278fa))
10+
111
# [1.0.0-beta.9](https://github.com/cloudinary-community/svelte-cloudinary/compare/v1.0.0-beta.8...v1.0.0-beta.9) (2023-06-19)
212

313

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.0.0-beta.9",
4+
"version": "1.0.0-beta.10",
55
"license": "MIT",
66
"scripts": {
77
"dev": "node scripts/gen-metadata.js && vite dev",

0 commit comments

Comments
 (0)