From ef09cae85766ed0670e9963b2268504afa903b69 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 19 Apr 2022 12:02:05 +0800 Subject: [PATCH] chore(main): release 0.25.2 (#201) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 8 ++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 381aee35..919489bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +### [0.25.2](https://github.com/dwmkerr/effective-shell/compare/v0.25.1...v0.25.2) (2022-04-19) + + +### Documentation + +* add dougfoo as a contributor for doc, review ([#200](https://github.com/dwmkerr/effective-shell/issues/200)) ([debf6ce](https://github.com/dwmkerr/effective-shell/commit/debf6cea6dafc8b7b9094b284644411217962546)) +* further proofing on 'the secure shell' ([#199](https://github.com/dwmkerr/effective-shell/issues/199)) ([1d3b93d](https://github.com/dwmkerr/effective-shell/commit/1d3b93d98a0e5aa49e0af5f798c7a4acb6312790)) + ### [0.25.1](https://github.com/dwmkerr/effective-shell/compare/v0.25.0...v0.25.1) (2022-04-15) diff --git a/package-lock.json b/package-lock.json index 7841d4c9..1b68ed2d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "effective-shell", - "version": "0.25.1", + "version": "0.25.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 05f5f3d6..e5f7f140 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "effective-shell", - "version": "0.25.1", + "version": "0.25.2", "private": false, "scripts": { "docusaurus": "docusaurus",