chore: update version to 0.2.0

This commit is contained in:
Ben Allfree
2025-12-10 09:07:15 -08:00
parent 9b7661562f
commit daee517764
2 changed files with 5 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.2.0] - 2025-12-10
### Minor
- Switched OAuth authentication provider from Google to GitHub
@@ -20,5 +22,6 @@ 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.1.0...HEAD
[Unreleased]: https://github.com/MeshEnvy/mesh-forge/compare/v0.2.0...HEAD
[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.1.0",
"version": "0.2.0",
"private": true,
"author": "benallfree",
"license": "MIT",