From 8376da5c3938863beeb965c7855760b9529b38c2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 3 Dec 2022 07:50:31 +0000 Subject: [PATCH] chore(release): 0.6.8 [skip ci] ## [0.6.8](https://github.com/dropecho/lib_example/compare/0.6.7...0.6.8) (2022-12-03) ### Bug Fixes * Put entire built src into npm package. ([c0fe1e9](https://github.com/dropecho/lib_example/commit/c0fe1e95ad4b518bc6867dc60d16b437591e48c4)) --- 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 87e35f8..c43930c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.6.8](https://github.com/dropecho/lib_example/compare/0.6.7...0.6.8) (2022-12-03) + + +### Bug Fixes + +* Put entire built src into npm package. ([c0fe1e9](https://github.com/dropecho/lib_example/commit/c0fe1e95ad4b518bc6867dc60d16b437591e48c4)) + ## [0.6.7](https://github.com/dropecho/lib_example/compare/0.6.6...0.6.7) (2022-12-03) diff --git a/haxelib.json b/haxelib.json index 5c7564f..6bb1779 100644 --- a/haxelib.json +++ b/haxelib.json @@ -10,8 +10,8 @@ "contributors": [ "vantreeseba" ], - "version": "0.6.7", - "releasenote": "Release version 0.6.7. See CHANGELOG.md for details.", + "version": "0.6.8", + "releasenote": "Release version 0.6.8. See CHANGELOG.md for details.", "tags": [ "example" ], diff --git a/package.json b/package.json index 467703f..bcef599 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dropecho/lib_example", - "version": "0.6.7", + "version": "0.6.8", "description": "An example haxelib that outputs to multiple targets.", "author": "vantreeseba ", "repository": "github:dropecho/lib_example",