diff --git a/CHANGELOG.md b/CHANGELOG.md index d8f6051..388aadc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,15 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [v1.0.3] - 2024-09-17 + ### Added -- add background to header while scrolling down (#82) -- add GPL-3.0 license (#19) +- add background to header while scrolling down (#82) +- add GPL-3.0 license (#19) ### Changed -- unify naming of the project to 'Green Ecolution' (#83) -- update current process step to release 1 (#81) +- unify naming of the project to 'Green Ecolution' (#83) +- update current process step to release 1 (#81) ## [v1.0.2] - 2024-08-01 @@ -61,7 +63,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.2...HEAD +[Unreleased]: https://github.com/green-ecolution/project-website/compare/v1.0.3...HEAD + +[v1.0.3]: https://github.com/green-ecolution/project-website/compare/v1.0.2...v1.0.3 [v1.0.2]: https://github.com/green-ecolution/project-website/compare/v1.0.1...v1.0.2 diff --git a/package.json b/package.json index b012fa2..96d5648 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "project-website", "private": true, - "version": "v1.0.2", + "version": "v1.0.3", "type": "module", "scripts": { "dev": "vite",