From b4b2b5ddc58521f12f6865c89a63dc2508844b52 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 6 Apr 2022 02:41:46 +0000 Subject: [PATCH] chore(main): release 0.24.1 --- 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 55564db0..1b277be2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +### [0.24.1](https://github.com/dwmkerr/effective-shell/compare/v0.24.0...v0.24.1) (2022-04-06) + + +### Documentation + +* add tobiasbueschel as a contributor for review ([#191](https://github.com/dwmkerr/effective-shell/issues/191)) ([8bf62a5](https://github.com/dwmkerr/effective-shell/commit/8bf62a54054febe179702066f43e156cce27fbc5)) +* credits for asciinema ([#190](https://github.com/dwmkerr/effective-shell/issues/190)) ([b1e1b0e](https://github.com/dwmkerr/effective-shell/commit/b1e1b0e669aed34d62e5f76c161b455b07abc5c3)) + ## [0.24.0](https://github.com/dwmkerr/effective-shell/compare/v0.23.2...v0.24.0) (2022-04-05) diff --git a/package-lock.json b/package-lock.json index c49f0b5b..bb61a3c6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "effective-shell", - "version": "0.24.0", + "version": "0.24.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5eba9989..5fde2f93 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "effective-shell", - "version": "0.24.0", + "version": "0.24.1", "private": false, "scripts": { "docusaurus": "docusaurus",