Skip to content

Commit

Permalink
release: Release 2.6.0 [skip actions]
Browse files Browse the repository at this point in the history
# [2.6.0](v2.5.2...v2.6.0) (2024-12-01)

### Bug Fixes

* Give option to continue without login ([fb6f1bd](fb6f1bd))
* Improve editing of memory and registers ([8c9c504](8c9c504))

### Features

* Add tips ([007f0b0](007f0b0))
  • Loading branch information
semantic-release-bot committed Dec 1, 2024
1 parent 007f0b0 commit 8cbf4f3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [2.6.0](https://github.com/debjitbis08/sim8085/compare/v2.5.2...v2.6.0) (2024-12-01)


### Bug Fixes

* Give option to continue without login ([fb6f1bd](https://github.com/debjitbis08/sim8085/commit/fb6f1bd6ccce774fc0c05ec12aee38a57a511f67))
* Improve editing of memory and registers ([8c9c504](https://github.com/debjitbis08/sim8085/commit/8c9c50460ad3809565880a714d93937610767289))


### Features

* Add tips ([007f0b0](https://github.com/debjitbis08/sim8085/commit/007f0b0c2a51ff245b9a47c4b52f7cd125da6b8d))

## [2.5.2](https://github.com/debjitbis08/sim8085/compare/v2.5.1...v2.5.2) (2024-12-01)


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.5.2",
"version": "2.6.0",
"private": true,
"license": "BSD-3-Clause",
"author": "Debjit Biswas",
Expand Down

0 comments on commit 8cbf4f3

Please sign in to comment.