Skip to content

Commit a9c011a

Browse files
committed
chore(release): 4.0.0
1 parent 1ff0709 commit a9c011a

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
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.0.0](https://github.com/ngneat/hotkeys/compare/v2.0.0...v4.0.0) (2024-03-20)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* Angular v17 is required
11+
* **dependencies:** **
12+
13+
### Bug Fixes
14+
15+
* **dependencies:** removing @ng-bootstrap/ng-bootstrap ([ef30dec](https://github.com/ngneat/hotkeys/commit/ef30dec1c2ae42f17789be84272269c46291cb6d)), closes [#89](https://github.com/ngneat/hotkeys/issues/89)
16+
* **release:** bump all dependencies to latest ([17f74c6](https://github.com/ngneat/hotkeys/commit/17f74c60567e16248af7c6f9dd6a537559663929))
17+
* **release:** update to angular 17 and bump all dependencies to latest ([26a6048](https://github.com/ngneat/hotkeys/commit/26a6048b33f1c3a75b870253b7dc69377fae9151))
18+
* **release:** update to angular 17 and bump all dependencies to latest ([5323d0c](https://github.com/ngneat/hotkeys/commit/5323d0cbc38279a2a502f794a3c278a32d80adbb))
19+
* **release:** update to angular 17 and bump all dependencies to latest ([234edd9](https://github.com/ngneat/hotkeys/commit/234edd98c864ce3f8978f1f0f92ef425368a6f7f))
20+
* **release:** update to angular 17 and bump all dependencies to latest ([3d17db6](https://github.com/ngneat/hotkeys/commit/3d17db65d74312aff7c8f710c52104d73131ff9f))
21+
22+
23+
* Merge pull request #91 from Pilpin/master ([1ff0709](https://github.com/ngneat/hotkeys/commit/1ff0709a83b8edf97c6d6b7de59e4514d3353797)), closes [#91](https://github.com/ngneat/hotkeys/issues/91)
24+
525
## [2.0.0](https://github.com/ngneat/hotkeys/compare/v1.2.0...v2.0.0) (2023-09-11)
626

727

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": "3.0.0",
3+
"version": "4.0.0",
44
"description": "A declarative library for handling hotkeys in Angular applications",
55
"keywords": [
66
"angular",

0 commit comments

Comments
 (0)