From 10426deb83c3f17aa6ae9ec267950ca8f9d86eee Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 22 Aug 2021 17:00:59 +0000 Subject: [PATCH] chore(release): 0.51.0 [skip ci] # [0.51.0](https://github.com/Mahlet-Inc/hobbits/compare/v0.50.0...v0.51.0) (2021-08-22) ### Bug Fixes * [core] BitArray fromString parsing error reports ([4b176de](https://github.com/Mahlet-Inc/hobbits/commit/4b176de2145bf5eb53a467817cde27f5a870e534)) * improve kaitai parser parser [#119](https://github.com/Mahlet-Inc/hobbits/issues/119) ([e1efaa2](https://github.com/Mahlet-Inc/hobbits/commit/e1efaa292200a28eef097aa629ce2371f3c567d0)) ### Features * big fixes and improvements to kaitai [#110](https://github.com/Mahlet-Inc/hobbits/issues/110) [#119](https://github.com/Mahlet-Inc/hobbits/issues/119) ([34bbc4d](https://github.com/Mahlet-Inc/hobbits/commit/34bbc4d987129c4f3e8a89f6c2c3270684fd260d)) --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c991ac9..dd1963b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [0.51.0](https://github.com/Mahlet-Inc/hobbits/compare/v0.50.0...v0.51.0) (2021-08-22) + + +### Bug Fixes + +* [core] BitArray fromString parsing error reports ([4b176de](https://github.com/Mahlet-Inc/hobbits/commit/4b176de2145bf5eb53a467817cde27f5a870e534)) +* improve kaitai parser parser [#119](https://github.com/Mahlet-Inc/hobbits/issues/119) ([e1efaa2](https://github.com/Mahlet-Inc/hobbits/commit/e1efaa292200a28eef097aa629ce2371f3c567d0)) + + +### Features + +* big fixes and improvements to kaitai [#110](https://github.com/Mahlet-Inc/hobbits/issues/110) [#119](https://github.com/Mahlet-Inc/hobbits/issues/119) ([34bbc4d](https://github.com/Mahlet-Inc/hobbits/commit/34bbc4d987129c4f3e8a89f6c2c3270684fd260d)) + # [0.50.0](https://github.com/Mahlet-Inc/hobbits/compare/v0.49.0...v0.50.0) (2021-05-31) diff --git a/package.json b/package.json index ab0a12aa..0012c503 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hobbits", - "version": "0.50.0", + "version": "0.51.0", "private": true, "config": { "commitizen": {