Skip to content

Commit 423e8c7

Browse files
committed
Bumped up to 2.1.10
1 parent 3331ab6 commit 423e8c7

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to the Defold Kit extension will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
66

7+
## [2.1.10] - 2024-12-30
8+
9+
### Fixed
10+
11+
- Fixed extracting the `dmengine.exe` for Defold 1.9.6 on Windows [#50](https://github.com/astrochili/vscode-defold/issues/50).
12+
713
## [2.1.9] - 2024-08-11
814

915
### Added

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"publisher": "astronachos",
33
"name": "defold",
44
"contributesPrefix": "defoldKit",
5-
"version": "2.1.9",
5+
"version": "2.1.10",
66
"license": "MIT",
77
"displayName": "Defold Kit",
88
"description": "Toolkit to build, launch, debug, bundle and deploy your game made with Defold",

0 commit comments

Comments
 (0)