diff --git a/CHANGELOG.md b/CHANGELOG.md index 571dd36..9152f82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## What's Changed +* chore: update modules by @johnhwhite in https://github.com/johnhwhite/ng-keyboard-sort/pull/24 +* chore: update modules 2023-02-25 by @johnhwhite in https://github.com/johnhwhite/ng-keyboard-sort/pull/25 +* chore: cleanup changelog and release by @johnhwhite in https://github.com/johnhwhite/ng-keyboard-sort/pull/26 +* ci: update release build step by @johnhwhite in https://github.com/johnhwhite/ng-keyboard-sort/pull/28 + + +**Full Changelog**: https://github.com/johnhwhite/ng-keyboard-sort/compare/v1.1.0...v1.1.1 + ## [1.1.0](https://www.github.com/johnhwhite/ng-keyboard-sort/compare/v1.0.2...v1.1.0) (2023-02-12) * fix: check both item and list disabled states by @johnhwhite in https://github.com/johnhwhite/ng-keyboard-sort/pull/15 diff --git a/package-lock.json b/package-lock.json index 9d62f30..85ba73f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ng-keyboard-sort", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ng-keyboard-sort", - "version": "1.1.0", + "version": "1.1.1", "license": "MIT", "dependencies": { "@angular/cdk": "^15.2.0", diff --git a/package.json b/package.json index ed91d4d..d22ddb2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ng-keyboard-sort", "description": "Angular keyboard sort directive", - "version": "1.1.0", + "version": "1.1.1", "license": "MIT", "private": true, "repository": {