Skip to content

Commit

Permalink
Release 0.1.0 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
LastTalon authored Feb 21, 2023
1 parent 6b776f0 commit 2d4d74d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ The format is based on [Keep a Changelog][kac], and this project adheres to

## [Unreleased]

## [0.1.0] - 2023-02-21

### Added

- A basic baseplate level with empty terrain
Expand All @@ -34,3 +36,6 @@ The format is based on [Keep a Changelog][kac], and this project adheres to
- `removeMissingModels`
- `updateTransforms`
- `replication`

[unreleased]: https://github.com/LastTalon/sentinel/compare/v0.1.0...HEAD
[0.1.0]: https://github.com/LastTalon/sentinel/releases/tag/v0.1.0
3 changes: 1 addition & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ pull request.
6. Make any necessary changes (be sure to keep `CHANGELOG.md` accurate)
7. Rebase and merge the pull request
8. Push a new version tag
9. Publish the new version using `npm publish`
10. Write GitHub release notes
9. Write GitHub release notes

[semver]: https://semver.org/
[issue]: https://github.com/LastTalon/sentinel/issues

0 comments on commit 2d4d74d

Please sign in to comment.