From c5484055ae447b8d99be501f517e0e48f4577aaa Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 16 Aug 2020 19:30:05 +0000 Subject: [PATCH] chore(release): 0.5.2 [skip ci] ## [0.5.2](https://github.com/dropecho/lib_example/compare/0.5.1...0.5.2) (2020-08-16) ### Bug Fixes * Setup haxe on deployment step so haxelib exists. ([ed88aa7](https://github.com/dropecho/lib_example/commit/ed88aa747d212d599281df1dce33b6bccef673f4)) --- CHANGELOG.md | 7 +++++++ haxelib.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85cf3ad..f5fd464 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.5.2](https://github.com/dropecho/lib_example/compare/0.5.1...0.5.2) (2020-08-16) + + +### Bug Fixes + +* Setup haxe on deployment step so haxelib exists. ([ed88aa7](https://github.com/dropecho/lib_example/commit/ed88aa747d212d599281df1dce33b6bccef673f4)) + ## [0.5.1](https://github.com/dropecho/lib_example/compare/0.5.0...0.5.1) (2020-08-16) diff --git a/haxelib.json b/haxelib.json index 409d526..d6d1da0 100644 --- a/haxelib.json +++ b/haxelib.json @@ -7,7 +7,7 @@ "contributors": [ "vantreeseba" ], - "version": "0.5.1", + "version": "0.5.2", "releasenote": "This is a release note", "tags": [ "example" diff --git a/package.json b/package.json index 1004b6c..5aea34b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dropecho/lib_example", - "version": "0.5.1", + "version": "0.5.2", "description": "An example haxelib that outputs to multiple targets.", "author": "vantreeseba ", "repository": "github:dropecho/lib_example",