Skip to content

Commit

Permalink
Prepare release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed Jul 6, 2024
1 parent 2c30d74 commit b7fa8bd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v1.0.0] - 2024-07-06

### Changed

- Improve CI/CD pipeline for deployment, staging and production
Expand All @@ -19,6 +21,8 @@ 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/SmartCityFlensburg/project-website/compare/v0.0.1...HEAD
[Unreleased]: https://github.com/SmartCityFlensburg/project-website/compare/v1.0.0...HEAD

[v1.0.0]: https://github.com/SmartCityFlensburg/project-website/compare/v0.0.1...v1.0.0

[v0.0.1]: https://github.com/SmartCityFlensburg/project-website/releases/tag/v0.0.1
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": "v0.0.1",
"version": "v1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit b7fa8bd

Please sign in to comment.