diff --git a/CHANGELOG.md b/CHANGELOG.md index 7719f086..7a033c8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.34.7](https://github.com/dwmkerr/effective-shell/compare/v0.34.6...v0.34.7) (2024-06-24) + + +### Bug Fixes + +* update sample chapter number ([9e07138](https://github.com/dwmkerr/effective-shell/commit/9e0713840c6c2a79107cdb76f0917c0b90d6a289)) + ## [0.34.6](https://github.com/dwmkerr/effective-shell/compare/v0.34.5...v0.34.6) (2024-06-12) diff --git a/package-lock.json b/package-lock.json index 22ef28a4..11466931 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "effective-shell", - "version": "0.34.6", + "version": "0.34.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "effective-shell", - "version": "0.34.6", + "version": "0.34.7", "dependencies": { "@docusaurus/core": "2.2.0", "@docusaurus/module-type-aliases": "2.2.0", diff --git a/package.json b/package.json index 8d6b2eb5..48a592ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "effective-shell", - "version": "0.34.6", + "version": "0.34.7", "private": false, "scripts": { "docusaurus": "docusaurus",