Skip to content

Commit e5f58b7

Browse files
release: Release 2.3.4 [skip ci]
## [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))
1 parent ca709a3 commit e5f58b7

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [2.3.4](https://github.com/debjitbis08/sim8085/compare/v2.3.3...v2.3.4) (2024-11-17)
2+
3+
4+
### Bug Fixes
5+
6+
* Collapse right panel on small width ([0f5ea85](https://github.com/debjitbis08/sim8085/commit/0f5ea858b0c32b501d5fd98772ef3cbc1b213259))
7+
* Increase clickable area for right panel icons ([ca709a3](https://github.com/debjitbis08/sim8085/commit/ca709a33e4a8655253c09362686e71271c77f817))
8+
* Remove breakpoint gutter from editor ([bf7a055](https://github.com/debjitbis08/sim8085/commit/bf7a0558727702b99c3825ea39ce144b2a83098a))
9+
110
## [2.3.3](https://github.com/debjitbis08/sim8085/compare/v2.3.2...v2.3.3) (2024-11-16)
211

312

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "sim8085",
33
"description": "Development environment for Intel 8085 microprocessor.",
44
"type": "module",
5-
"version": "2.3.3",
5+
"version": "2.3.4",
66
"private": true,
77
"license": "BSD-3-Clause",
88
"author": "Debjit Biswas",

0 commit comments

Comments
 (0)