diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e578e69..4cee7a0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.23.0](https://github.com/dwmkerr/effective-shell/compare/v0.22.0...v0.23.0) (2022-04-05) + + +### Features + +* chapter 33 - master the multiplexer ([39ab6af](https://github.com/dwmkerr/effective-shell/commit/39ab6afe36addd888be09defb2af2bca1fe0294d)) + + +### Bug Fixes + +* correct use of dependencies rather than dev dependencies ([#183](https://github.com/dwmkerr/effective-shell/issues/183)) ([9af34db](https://github.com/dwmkerr/effective-shell/commit/9af34dbbf888c7afc6141b3de9e199f387ed2ac8)) + ## [0.22.0](https://github.com/dwmkerr/effective-shell/compare/v0.21.4...v0.22.0) (2022-04-03) diff --git a/package-lock.json b/package-lock.json index d20d65a8..00509b59 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "effective-shell", - "version": "0.22.0", + "version": "0.23.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e0bc0ca3..b817ee35 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "effective-shell", - "version": "0.22.0", + "version": "0.23.0", "private": false, "scripts": { "docusaurus": "docusaurus",