From e8a6f7025301dc8d3caa1afa8ac66fc4586244a2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 5 Apr 2022 21:59:53 +0800 Subject: [PATCH] chore(main): release 0.24.0 (#188) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67d49c98..55564db0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.24.0](https://github.com/dwmkerr/effective-shell/compare/v0.23.2...v0.24.0) (2022-04-05) + + +### Features + +* chapter 31 - the secure shell ([#187](https://github.com/dwmkerr/effective-shell/issues/187)) ([f188b2c](https://github.com/dwmkerr/effective-shell/commit/f188b2c78e876563f76d5f73912825bf5e7a76f9)) + ### [0.23.2](https://github.com/dwmkerr/effective-shell/compare/v0.23.1...v0.23.2) (2022-04-05) diff --git a/package-lock.json b/package-lock.json index 8a7bdbe4..c49f0b5b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "effective-shell", - "version": "0.23.2", + "version": "0.24.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6fd21857..5eba9989 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "effective-shell", - "version": "0.23.2", + "version": "0.24.0", "private": false, "scripts": { "docusaurus": "docusaurus",