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",