diff --git a/CHANGELOG.md b/CHANGELOG.md index ace4e1b..0176b45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -59,6 +59,12 @@ **Full Changelog**: https://github.com/johnhwhite/ng-keyboard-sort/compare/v2.0.4...v2.1.0 +## What's Changed +* fix: update release process by @johnhwhite in https://github.com/johnhwhite/ng-keyboard-sort/pull/48 + + +**Full Changelog**: https://github.com/johnhwhite/ng-keyboard-sort/compare/v2.1.0...v2.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 ea56ff2..213553d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ng-keyboard-sort", - "version": "2.1.0", + "version": "2.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ng-keyboard-sort", - "version": "2.1.0", + "version": "2.1.1", "license": "MIT", "dependencies": { "@angular/animations": "^15.2.5", diff --git a/package.json b/package.json index 1945ac9..0a285c6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ng-keyboard-sort", "description": "Angular keyboard sort directive", - "version": "2.1.0", + "version": "2.1.1", "license": "MIT", "private": true, "repository": {