Skip to content

Commit c61076b

Browse files
committed
chore(release): 4.1.0
1 parent 950ec1a commit c61076b

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [4.1.0](https://github.com/ngneat/hotkeys/compare/v4.0.0...v4.1.0) (2025-02-04)
6+
7+
8+
### Features
9+
10+
* add aliases to the hotkeys pipe ([4cbf546](https://github.com/ngneat/hotkeys/commit/4cbf546abc11602f524a12be369a62949db7e88d)), closes [#65](https://github.com/ngneat/hotkeys/issues/65)
11+
* adds a global modifier to the directive ([27bcc43](https://github.com/ngneat/hotkeys/commit/27bcc43de5e984ad81b239c1a5a0b354063e0ee7)), closes [#35](https://github.com/ngneat/hotkeys/issues/35)
12+
* adds pausing and resuming to the hotkey service ([f11c600](https://github.com/ngneat/hotkeys/commit/f11c600ee365f9a1a6466936d93fae2353290272)), closes [#62](https://github.com/ngneat/hotkeys/issues/62)
13+
* adds pausing and resuming to the hotkey service ([fe7e558](https://github.com/ngneat/hotkeys/commit/fe7e558104e73032b6e6bf561156417dab881b68)), closes [#62](https://github.com/ngneat/hotkeys/issues/62)
14+
515
## [4.0.0](https://github.com/ngneat/hotkeys/compare/v2.0.0...v4.0.0) (2024-03-20)
616

717

projects/ngneat/hotkeys/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngneat/hotkeys",
3-
"version": "4.0.0",
3+
"version": "4.1.0",
44
"description": "A declarative library for handling hotkeys in Angular applications",
55
"keywords": [
66
"angular",

0 commit comments

Comments
 (0)