From 33f27c2b3cc5dc7da60e3a1436a2960a4e21367a Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 17 Jul 2024 07:29:35 +0000 Subject: [PATCH] Prepare release v1.0.1 --- CHANGELOG.md | 34 +++++++++++++++++++--------------- package.json | 2 +- 2 files changed, 20 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0376980..c710ee0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,24 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [v1.0.1] - 2024-07-17 + ## [v1.0.0] - 2024-07-06 ### Added -- feat: update readme (#25) -- feat: add stakeholder section as slider (#26) -- feat: add introduction section (#30) -- feat: add favicons (#31) -- feat: add current process section (#36) -- feat: add project page (#41) -- feat: add dashboard preview section (#43) -- feat: add advantages section (#45) -- feat: add contact section (#46) -- feat: add homepage hero (#50) -- feat: add contact page (#53) -- feat: add not found page (#54) -- feat: add hero homepage overlays (#56) -- feat: add background to sections (#59) +- feat: update readme (#25) +- feat: add stakeholder section as slider (#26) +- feat: add introduction section (#30) +- feat: add favicons (#31) +- feat: add current process section (#36) +- feat: add project page (#41) +- feat: add dashboard preview section (#43) +- feat: add advantages section (#45) +- feat: add contact section (#46) +- feat: add homepage hero (#50) +- feat: add contact page (#53) +- feat: add not found page (#54) +- feat: add hero homepage overlays (#56) +- feat: add background to sections (#59) ### Changed @@ -38,7 +40,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release - Create "Page under construction" Page -[Unreleased]: https://github.com/green-ecolution/project-website/compare/v1.0.0...HEAD +[Unreleased]: https://github.com/green-ecolution/project-website/compare/v1.0.1...HEAD + +[v1.0.1]: https://github.com/green-ecolution/project-website/compare/v1.0.0...v1.0.1 [v1.0.0]: https://github.com/green-ecolution/project-website/compare/v0.0.1...v1.0.0 diff --git a/package.json b/package.json index 6163014..1eff671 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "project-website", "private": true, - "version": "v1.0.0", + "version": "v1.0.1", "type": "module", "scripts": { "dev": "vite",