From 8d3ce009fe2d25c27c734291cb93b70c6d8a8506 Mon Sep 17 00:00:00 2001 From: John White <750350+johnhwhite@users.noreply.github.com> Date: Sun, 9 Apr 2023 15:39:59 -0400 Subject: [PATCH] chore(main): release 2.1.2 (#51) --- CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0176b45..7f9159a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -65,6 +65,15 @@ **Full Changelog**: https://github.com/johnhwhite/ng-keyboard-sort/compare/v2.1.0...v2.1.1 +## What's Changed +* ci: split out publish workflow by @johnhwhite in https://github.com/johnhwhite/ng-keyboard-sort/pull/50 +* ci: update publish workflow by @johnhwhite in https://github.com/johnhwhite/ng-keyboard-sort/pull/52 +* ci: update build script by @johnhwhite in https://github.com/johnhwhite/ng-keyboard-sort/pull/53 +* docs: update readme by @johnhwhite in https://github.com/johnhwhite/ng-keyboard-sort/pull/54 + + +**Full Changelog**: https://github.com/johnhwhite/ng-keyboard-sort/compare/v2.1.1...v2.1.2 + ## [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 213553d..ab9701a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ng-keyboard-sort", - "version": "2.1.1", + "version": "2.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ng-keyboard-sort", - "version": "2.1.1", + "version": "2.1.2", "license": "MIT", "dependencies": { "@angular/animations": "^15.2.5", diff --git a/package.json b/package.json index 48286c9..540f446 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ng-keyboard-sort", "description": "Angular keyboard sort directive", - "version": "2.1.1", + "version": "2.1.2", "license": "MIT", "private": true, "repository": {