Skip to content

Commit 561384a

Browse files
committed
Release v0.1.1
1 parent 5b51228 commit 561384a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
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

8+
## [0.1.1] - 2025-01-03
9+
10+
### Fixed
11+
- Infer entity name when using Bevy serialize feature by @splo
12+
813
## [0.1.0] - 2025-01-03
914

1015
### Changed
@@ -20,5 +25,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2025

2126
## New Contributors
2227
* @jakobhellermann made their first contribution
28+
[0.1.1]: https://github.com/splo/vscode-bevy-inspector/compare/v0.1.0..v0.1.1
2329
[0.1.0]: https://github.com/splo/vscode-bevy-inspector/compare/v0.0.1..v0.1.0
2430

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publisher": "splo",
44
"displayName": "Bevy Inspector",
55
"description": "Bevy Inspector Visual Studio Code Extension",
6-
"version": "0.1.0",
6+
"version": "0.1.1",
77
"repository": {
88
"url": "https://github.com/splo/vscode-bevy-inspector"
99
},

0 commit comments

Comments
 (0)