diff --git a/changelog.md b/changelog.md index 9e0e2bb..1bb78b4 100644 --- a/changelog.md +++ b/changelog.md @@ -4,3 +4,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [1.0.0] - 2024-08-09 +### Added +- Vue component release + +[1.0.0]: https://github.com/voorhoede/Image/releases/tag/v1.0.0 diff --git a/image-vue/package.json b/image-vue/package.json index bb28469..69f50d6 100644 --- a/image-vue/package.json +++ b/image-vue/package.json @@ -1,6 +1,6 @@ { "name": "@voorhoede/image-vue", - "version": "0.0.0", + "version": "1.0.0", "description": "Optimized CDN image component", "type": "module", "scripts": { diff --git a/package-lock.json b/package-lock.json index 6ed5f3b..54970f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ }, "image-vue": { "name": "@voorhoede/image-vue", - "version": "0.0.0", + "version": "1.0.0", "license": "ISC", "dependencies": { "vue": "^3.4.27"