Skip to content

Commit

Permalink
Prepare release v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed Sep 17, 2024
1 parent 8c596d2 commit ea440fc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
14 changes: 9 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "project-website",
"private": true,
"version": "v1.0.2",
"version": "v1.0.3",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit ea440fc

Please sign in to comment.