From f8d0b3638daa0abd76382881aafac0afd0432f57 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 3 Dec 2022 08:33:05 +0000 Subject: [PATCH] chore(release): 0.8.0 [skip ci] # [0.8.0](https://github.com/dropecho/lib_example/compare/0.7.0...0.8.0) (2022-12-03) ### Features * Setup exports, make ESM build work. ([8403385](https://github.com/dropecho/lib_example/commit/84033850414f5aeba544c4dd6b2a2ffe9888ff65)) --- CHANGELOG.md | 7 +++++++ haxelib.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7695156..72ab45e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.8.0](https://github.com/dropecho/lib_example/compare/0.7.0...0.8.0) (2022-12-03) + + +### Features + +* Setup exports, make ESM build work. ([8403385](https://github.com/dropecho/lib_example/commit/84033850414f5aeba544c4dd6b2a2ffe9888ff65)) + # [0.7.0](https://github.com/dropecho/lib_example/compare/0.6.8...0.7.0) (2022-12-03) diff --git a/haxelib.json b/haxelib.json index 17a4aa0..40cf31b 100644 --- a/haxelib.json +++ b/haxelib.json @@ -10,8 +10,8 @@ "contributors": [ "vantreeseba" ], - "version": "0.7.0", - "releasenote": "Release version 0.7.0. See CHANGELOG.md for details.", + "version": "0.8.0", + "releasenote": "Release version 0.8.0. See CHANGELOG.md for details.", "tags": [ "example" ], diff --git a/package.json b/package.json index 73b2d44..8a39e2d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dropecho/lib_example", - "version": "0.7.0", + "version": "0.8.0", "description": "An example haxelib that outputs to multiple targets.", "author": "vantreeseba ", "repository": "github:dropecho/lib_example",