From cb730d5fd9d78d70c06c5d7275d86a80693693c4 Mon Sep 17 00:00:00 2001 From: Selwyn Date: Tue, 23 Jul 2024 16:50:27 +0200 Subject: [PATCH] Version one run --- changelog.md | 6 ++++++ package-lock.json | 6 ++++-- package.json | 3 ++- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index 9e0e2bb..3de6ebe 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-07-23 +### Added +- Vue component release + +[1.0.0]: https://github.com/olivierlacan/keep-a-changelog/releases/tag/v1.0.0 diff --git a/package-lock.json b/package-lock.json index 6ed5f3b..4f1eb3f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,8 @@ ], "engines": { "node": ">=20" - } + }, + "version": "1.0.0" }, "image-vue": { "name": "@voorhoede/image-vue", @@ -282,5 +283,6 @@ } } } - } + }, + "version": "1.0.0" } diff --git a/package.json b/package.json index 7e200be..475add7 100644 --- a/package.json +++ b/package.json @@ -5,5 +5,6 @@ ], "engines": { "node": ">=20" - } + }, + "version": "1.0.0" }