Skip to content

Commit

Permalink
release: Release 2.3.4 [skip ci]
Browse files Browse the repository at this point in the history
## [2.3.4](v2.3.3...v2.3.4) (2024-11-17)

### Bug Fixes

* Collapse right panel on small width ([0f5ea85](0f5ea85))
* Increase clickable area for right panel icons ([ca709a3](ca709a3))
* Remove breakpoint gutter from editor ([bf7a055](bf7a055))
  • Loading branch information
semantic-release-bot committed Nov 17, 2024
1 parent ca709a3 commit e5f58b7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [2.3.4](https://github.com/debjitbis08/sim8085/compare/v2.3.3...v2.3.4) (2024-11-17)


### Bug Fixes

* Collapse right panel on small width ([0f5ea85](https://github.com/debjitbis08/sim8085/commit/0f5ea858b0c32b501d5fd98772ef3cbc1b213259))
* Increase clickable area for right panel icons ([ca709a3](https://github.com/debjitbis08/sim8085/commit/ca709a33e4a8655253c09362686e71271c77f817))
* Remove breakpoint gutter from editor ([bf7a055](https://github.com/debjitbis08/sim8085/commit/bf7a0558727702b99c3825ea39ce144b2a83098a))

## [2.3.3](https://github.com/debjitbis08/sim8085/compare/v2.3.2...v2.3.3) (2024-11-16)


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

0 comments on commit e5f58b7

Please sign in to comment.