Skip to content

Commit

Permalink
release: Release 2.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.2.0](v2.1.0...v2.2.0) (2024-11-13)

### Bug Fixes

* Fix display for CPU for very small heights ([adc1022](adc1022))
* Fix handling PC Start value input ([dbeb606](dbeb606))
* Hide broken theme switcher before load ([b6956ae](b6956ae))
* Mobile layout improvements ([0c3cdcb](0c3cdcb))

### Features

* Larger footer on some pages ([9ed4de0](9ed4de0))
* Show hide right panel support ([f377236](f377236))
  • Loading branch information
semantic-release-bot committed Nov 13, 2024
1 parent dbeb606 commit bd535ca
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# [2.2.0](https://github.com/debjitbis08/sim8085/compare/v2.1.0...v2.2.0) (2024-11-13)


### Bug Fixes

* Fix display for CPU for very small heights ([adc1022](https://github.com/debjitbis08/sim8085/commit/adc10223fb63ce05964c7118ee7f1686b15340e9))
* Fix handling PC Start value input ([dbeb606](https://github.com/debjitbis08/sim8085/commit/dbeb6066c1487e9385f97b0a713eb304fbd2feac))
* Hide broken theme switcher before load ([b6956ae](https://github.com/debjitbis08/sim8085/commit/b6956aed5d6d28c3474755d070df740a6fe768b5))
* Mobile layout improvements ([0c3cdcb](https://github.com/debjitbis08/sim8085/commit/0c3cdcb889798fed9049f3e2d427d2815c205041))


### Features

* Larger footer on some pages ([9ed4de0](https://github.com/debjitbis08/sim8085/commit/9ed4de03e1acd5ecaa247a4c3d5398cc9a229ae1))
* Show hide right panel support ([f377236](https://github.com/debjitbis08/sim8085/commit/f37723621e9d5da5d06d291f49b90d279ed4c8f7))
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.0.0",
"version": "2.2.0",
"private": true,
"license": "BSD-3-Clause",
"author": "Debjit Biswas",
Expand Down

0 comments on commit bd535ca

Please sign in to comment.