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",