From 0459f1c23f39a90260d4e965db644373435ef0df Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 28 Aug 2023 03:12:50 +0000 Subject: [PATCH] chore(release): 0.13.1 [skip ci] ## [0.13.1](https://github.com/dropecho/storygen/compare/0.13.0...0.13.1) (2023-08-28) ### Bug Fixes * Fix issue with genes/es6 conflict. ([0eae074](https://github.com/dropecho/storygen/commit/0eae0746667667b7fc0b754a8b0912d5a72e6e8a)) --- 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 bf2f520..085d753 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.13.1](https://github.com/dropecho/storygen/compare/0.13.0...0.13.1) (2023-08-28) + + +### Bug Fixes + +* Fix issue with genes/es6 conflict. ([0eae074](https://github.com/dropecho/storygen/commit/0eae0746667667b7fc0b754a8b0912d5a72e6e8a)) + # [0.13.0](https://github.com/dropecho/storygen/compare/0.12.1...0.13.0) (2023-03-29) diff --git a/haxelib.json b/haxelib.json index 476e637..c708d9a 100644 --- a/haxelib.json +++ b/haxelib.json @@ -10,8 +10,8 @@ "contributors": [ "vantreeseba" ], - "version": "0.13.0", - "releasenote": "Release version 0.13.0. See CHANGELOG.md for details.", + "version": "0.13.1", + "releasenote": "Release version 0.13.1. See CHANGELOG.md for details.", "tags": [ "text", "game", diff --git a/package.json b/package.json index 37808ea..95714bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dropecho/storygen", - "version": "0.13.0", + "version": "0.13.1", "description": "", "author": "vantreeseba ", "repository": "github:dropecho/storygen",