diff --git a/CHANGELOG.md b/CHANGELOG.md index ee8c370..3682bca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.3.0](https://github.com/cloudinary-community/svelte-cloudinary/compare/v1.2.4...v1.3.0) (2024-03-11) + + +### Features + +* 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)) + ## [1.2.4](https://github.com/cloudinary-community/svelte-cloudinary/compare/v1.2.3...v1.2.4) (2024-03-11) diff --git a/svelte-cloudinary/package.json b/svelte-cloudinary/package.json index f4f3128..c225179 100644 --- a/svelte-cloudinary/package.json +++ b/svelte-cloudinary/package.json @@ -1,7 +1,7 @@ { "name": "svelte-cloudinary", "author": "Matias Hernandez ", - "version": "1.2.4", + "version": "1.3.0", "license": "MIT", "scripts": { "dev": "node scripts/gen-metadata.js && vite dev",