From 561384af2664b6d5671e69910a2a6b9741524a51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Job?= Date: Fri, 3 Jan 2025 22:38:21 +0100 Subject: [PATCH] Release v0.1.1 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64fbae7..b141f0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.1.1] - 2025-01-03 + +### Fixed +- Infer entity name when using Bevy serialize feature by @splo + ## [0.1.0] - 2025-01-03 ### Changed @@ -20,5 +25,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## New Contributors * @jakobhellermann made their first contribution +[0.1.1]: https://github.com/splo/vscode-bevy-inspector/compare/v0.1.0..v0.1.1 [0.1.0]: https://github.com/splo/vscode-bevy-inspector/compare/v0.0.1..v0.1.0 diff --git a/package.json b/package.json index 1a50983..ebdb724 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "publisher": "splo", "displayName": "Bevy Inspector", "description": "Bevy Inspector Visual Studio Code Extension", - "version": "0.1.0", + "version": "0.1.1", "repository": { "url": "https://github.com/splo/vscode-bevy-inspector" },