Skip to content

Commit 6753f9b

Browse files
committed
chore(main): release 1.2.0
1 parent 6444719 commit 6753f9b

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@
1515

1616
**Full Changelog**: https://github.com/johnhwhite/ng-keyboard-sort/compare/v1.1.1...v1.1.2
1717

18+
## What's Changed
19+
* feat: emit drop event by @johnhwhite in https://github.com/johnhwhite/ng-keyboard-sort/pull/31
20+
* build: remove deprecated workspace lint by @johnhwhite in https://github.com/johnhwhite/ng-keyboard-sort/pull/33
21+
22+
23+
**Full Changelog**: https://github.com/johnhwhite/ng-keyboard-sort/compare/v1.1.2...v1.2.0
24+
1825
## [1.1.0](https://www.github.com/johnhwhite/ng-keyboard-sort/compare/v1.0.2...v1.1.0) (2023-02-12)
1926

2027
* fix: check both item and list disabled states by @johnhwhite in https://github.com/johnhwhite/ng-keyboard-sort/pull/15

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ng-keyboard-sort",
33
"description": "Angular keyboard sort directive",
4-
"version": "1.1.2",
4+
"version": "1.2.0",
55
"license": "MIT",
66
"private": true,
77
"repository": {

0 commit comments

Comments
 (0)