From 369b520fc12a9f3db86cac58eae28d428af793a2 Mon Sep 17 00:00:00 2001 From: Jens Fischer Date: Tue, 12 Feb 2019 22:17:58 +0100 Subject: [PATCH] Haxelib release 2.5.4 --- CHANGELOG.md | 4 ++++ haxelib.json | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a3ad7d..b123557 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +2.5.4 (February 12, 2019) +------------------------------ +* Added a Macro launch config to `launch.json` + 2.5.3 (July 6, 2018) ------------------------------ * Added Windows/Linux/Mac configs to `launch.json` diff --git a/haxelib.json b/haxelib.json index 1900a40..f723c2f 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.5.3", - "releasenote": "VSCode Windows/Linux/Mac launch configs.", + "version": "2.5.4", + "releasenote": "VSCode Macro launch config.", "contributors": ["haxeflixel", "Gama11"], "dependencies": {} }