Skip to content

Commit 8951481

Browse files
chore(release): 1.3.0-beta.1 [skip ci]
# [1.3.0-beta.1](v1.2.4...v1.3.0-beta.1) (2024-03-12) ### Features * add load and error events to cldimage ([#96](#96)) ([d6523a5](d6523a5))
1 parent 49e5d3e commit 8951481

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.3.0-beta.1](https://github.com/cloudinary-community/svelte-cloudinary/compare/v1.2.4...v1.3.0-beta.1) (2024-03-12)
2+
3+
4+
### Features
5+
6+
* add load and error events to cldimage ([#96](https://github.com/cloudinary-community/svelte-cloudinary/issues/96)) ([d6523a5](https://github.com/cloudinary-community/svelte-cloudinary/commit/d6523a55ded407e25a98290d81e17756aaa86317))
7+
18
## [1.2.4](https://github.com/cloudinary-community/svelte-cloudinary/compare/v1.2.3...v1.2.4) (2024-03-11)
29

310

packages/svelte-cloudinary/package.json

Lines changed: 2 additions & 2 deletions
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.4",
4+
"version": "1.3.0-beta.1",
55
"license": "MIT",
66
"scripts": {
77
"dev": "node scripts/gen-metadata.js && svelte-package --watch --input src",
@@ -57,4 +57,4 @@
5757
"@unpic/svelte": "0.0.51",
5858
"cloudinary": "^1.32.0"
5959
}
60-
}
60+
}

0 commit comments

Comments
 (0)