This commit is contained in:
Ben Allfree
2025-12-10 13:38:11 -08:00
parent b1ac3abf2f
commit 248918ebbd
2 changed files with 9 additions and 2 deletions

View File

@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.3.0] - 2025-12-10
### Minor
- Added footer with links to legal pages (License, Privacy Policy, Terms of Service)
@@ -14,6 +16,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added privacy policy page detailing data collection and usage
- Added terms of service page with usage terms and disclaimers
### Patch
- Fix prerendering on dynamic routes
## [0.2.0] - 2025-12-10
### Minor
@@ -29,6 +35,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Initial release
[Unreleased]: https://github.com/MeshEnvy/mesh-forge/compare/v0.2.0...HEAD
[Unreleased]: https://github.com/MeshEnvy/mesh-forge/compare/v0.3.0...HEAD
[0.3.0]: https://github.com/MeshEnvy/mesh-forge/releases/tag/v0.3.0
[0.2.0]: https://github.com/MeshEnvy/mesh-forge/releases/tag/v0.2.0
[0.1.0]: https://github.com/MeshEnvy/mesh-forge/releases/tag/v0.1.0

View File

@@ -1,6 +1,6 @@
{
"name": "mesh-forge",
"version": "0.2.0",
"version": "0.3.0",
"private": true,
"author": "benallfree",
"license": "MIT",