Skip to content

Commit df1dbf9

Browse files
committed
update changelog
1 parent 79f271a commit df1dbf9

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

docs/CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [unreleased]
9+
## [7.0.1]
10+
11+
## Added
12+
- Auto observer plugin
13+
- Help Menu
14+
915
## [7.0.0] - 2023-11-07
1016

1117
## Added
@@ -329,7 +335,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
329335
- Good support for HD2/HD terrain, sluggish first render time, on the todo list.
330336
- Unit selection / unit boxing for the time being.
331337

332-
[unreleased]: https://github.com/imbateam-gg/titan-reactor/compare/v0.7.0...HEAD
338+
[unreleased]: https://github.com/imbateam-gg/titan-reactor/compare/v0.7.1...HEAD
339+
[0.7.0]: https://github.com/imbateam-gg/titan-reactor/compare/v0.7.0...v0.7.1
333340
[0.7.0]: https://github.com/imbateam-gg/titan-reactor/compare/v0.6.9...v0.7.0
334341
[0.6.9]: https://github.com/imbateam-gg/titan-reactor/compare/v0.6.8...v0.6.9
335342
[0.6.8]: https://github.com/imbateam-gg/titan-reactor/compare/v0.6.7...v0.6.8

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "titan-reactor",
33
"productName": "Titan Reactor",
4-
"version": "0.7.3",
4+
"version": "0.7.1",
55
"description": "An OpenBW Renderer",
66
"scripts": {
77
"sanity": "yarn types:check && yarn test:once",

0 commit comments

Comments
 (0)