Skip to content

Commit 0a606c0

Browse files
chore(main): release 1.4.0 (#562)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent fea06b8 commit 0a606c0

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.3.3"
2+
".": "1.4.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.4.0](https://github.com/mattgodbolt/jsbeeb/compare/v1.3.3...v1.4.0) (2026-02-23)
4+
5+
6+
### Features
7+
8+
* add keyDown, keyUp, and reset methods to MachineSession ([fea06b8](https://github.com/mattgodbolt/jsbeeb/commit/fea06b8f87a0fc8ad822972635d008ae6b329a3b))
9+
310
## [1.3.3](https://github.com/mattgodbolt/jsbeeb/compare/v1.3.2...v1.3.3) (2026-02-23)
411

512

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"name": "jsbeeb",
88
"description": "Emulate a BBC Micro",
99
"repository": "git@github.com:mattgodbolt/jsbeeb.git",
10-
"version": "1.3.3",
10+
"version": "1.4.0",
1111
"//": "If you change the version of Node, it must also be updated at the top of the Dockerfile.",
1212
"engines": {
1313
"node": "22"

0 commit comments

Comments
 (0)