Skip to content

Commit

Permalink
release: Release 2.4.6 [skip ci]
Browse files Browse the repository at this point in the history
## [2.4.6](v2.4.5...v2.4.6) (2024-11-26)

### Bug Fixes

* Fix cookie banner on larger screen ([c3be0dc](c3be0dc))
* Fix stax and ldax instruction assembling ([4170d0a](4170d0a))
  • Loading branch information
semantic-release-bot committed Nov 26, 2024
1 parent 4170d0a commit 00f3318
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [2.4.6](https://github.com/debjitbis08/sim8085/compare/v2.4.5...v2.4.6) (2024-11-26)


### Bug Fixes

* Fix cookie banner on larger screen ([c3be0dc](https://github.com/debjitbis08/sim8085/commit/c3be0dc4bd92291b6db67be8cd38646c227757b2))
* Fix stax and ldax instruction assembling ([4170d0a](https://github.com/debjitbis08/sim8085/commit/4170d0adf10fa886ad9187f119a38fe3c91a46a7))

## [2.4.5](https://github.com/debjitbis08/sim8085/compare/v2.4.4...v2.4.5) (2024-11-25)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "sim8085",
"description": "Development environment for Intel 8085 microprocessor.",
"type": "module",
"version": "2.4.5",
"version": "2.4.6",
"private": true,
"license": "BSD-3-Clause",
"author": "Debjit Biswas",
Expand Down

0 comments on commit 00f3318

Please sign in to comment.