diff --git a/CHANGELOG.md b/CHANGELOG.md index 47134a4..762118d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.4.7](https://github.com/debjitbis08/sim8085/compare/v2.4.6...v2.4.7) (2024-11-29) + + +### Bug Fixes + +* Fix issues found in unit tests ([1a1fc0b](https://github.com/debjitbis08/sim8085/commit/1a1fc0b50e065d7f8f807668eb484ce6c626cd9f)) + ## [2.4.6](https://github.com/debjitbis08/sim8085/compare/v2.4.5...v2.4.6) (2024-11-26) diff --git a/package.json b/package.json index 0da564d..92d0558 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "sim8085", "description": "Development environment for Intel 8085 microprocessor.", "type": "module", - "version": "2.4.6", + "version": "2.4.7", "private": true, "license": "BSD-3-Clause", "author": "Debjit Biswas",