Skip to content

Commit dc73a35

Browse files
chore: release keymash (#15)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 56aedc2 commit dc73a35

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

.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.0.0"
2+
".": "2.0.0"
33
}

CHANGELOG.md

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

3+
## [2.0.0](https://github.com/zetlen/keymash/compare/keymash-v1.0.0...keymash-v2.0.0) (2026-01-26)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* The sequence() method has been removed from keymash. This was an experimental feature that added complexity without clear value. Users who need sequence detection can implement it externally.
9+
10+
### Bug Fixes
11+
12+
* demo bugs, remove sequences, update typedoc ([#14](https://github.com/zetlen/keymash/issues/14)) ([da80fa5](https://github.com/zetlen/keymash/commit/da80fa522ebbb002b18b48edbc1483e0638ef466))
13+
314
## [1.0.0](https://github.com/zetlen/keymash/compare/keymash-v0.0.1...keymash-v1.0.0) (2026-01-26)
415

516

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "keymash",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"description": "Fast, type-safe keyboard binding library for the web",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)