diff --git a/CHANGELOG.md b/CHANGELOG.md index 01d26eb..a1e1910 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +2.6.1 (April 5, 2019) +------------------------------ +* Added a second Lime launch config without a `preLaunchTask` + 2.6.0 (April 2, 2019) ------------------------------ * Updated launch configs for Lime 7.3.0 and Lime VSCode extension 1.3.0 diff --git a/haxelib.json b/haxelib.json index dcc2dd2..09e3254 100644 --- a/haxelib.json +++ b/haxelib.json @@ -4,8 +4,8 @@ "license": "MIT", "tags": ["game", "openfl", "flash", "neko", "cpp", "android", "ios", "cross", "vscode"], "description": "Templates for HaxeFlixel projects", - "version": "2.6.0", - "releasenote": "Update launch configs for Lime 7.3.0 and Lime VSCode extension 1.3.0.", + "version": "2.6.1", + "releasenote": "Added a second Lime launch config without a preLaunchTask.", "contributors": ["haxeflixel", "Gama11"], "dependencies": {} }