From 4b2c69a129174ad45c8ff793c55d338ad097b8b0 Mon Sep 17 00:00:00 2001 From: John White <750350+johnhwhite@users.noreply.github.com> Date: Tue, 7 Feb 2023 20:02:55 -0500 Subject: [PATCH] chore: release 1.0.0 --- libs/ng-keyboard-sort/CHANGELOG.md | 13 +++++++++++++ libs/ng-keyboard-sort/package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 libs/ng-keyboard-sort/CHANGELOG.md diff --git a/libs/ng-keyboard-sort/CHANGELOG.md b/libs/ng-keyboard-sort/CHANGELOG.md new file mode 100644 index 0000000..89fa370 --- /dev/null +++ b/libs/ng-keyboard-sort/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog + +## [1.0.0](https://www.github.com/johnhwhite/ng-keyboard-sort/compare/v1.0.0-beta.0...v1.0.0) (2023-02-08) + + +### Continuous Integration + +* fix workflow ([109bc85](https://www.github.com/johnhwhite/ng-keyboard-sort/commit/109bc859ef4ea863465a038eb92c8d0c63b06983)) + + +### Miscellaneous Chores + +* release workflow setup ([f6b1683](https://www.github.com/johnhwhite/ng-keyboard-sort/commit/f6b1683a38541e7cbb9f7b45645b1bb2ae3118c3)) diff --git a/libs/ng-keyboard-sort/package.json b/libs/ng-keyboard-sort/package.json index f77ebd2..1d7ca15 100644 --- a/libs/ng-keyboard-sort/package.json +++ b/libs/ng-keyboard-sort/package.json @@ -1,6 +1,6 @@ { "name": "ng-keyboard-sort", - "version": "1.0.0-beta.0", + "version": "1.0.0", "peerDependencies": { "@angular/cdk": "^15.0.0", "@angular/common": "^15.0.0",