diff --git a/CHANGELOG.md b/CHANGELOG.md index 413b9a96..d45924b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.34.9](https://github.com/dwmkerr/effective-shell/compare/v0.34.8...v0.34.9) (2024-09-06) + + +### Bug Fixes + +* correct python sample ([#344](https://github.com/dwmkerr/effective-shell/issues/344)) ([047595d](https://github.com/dwmkerr/effective-shell/commit/047595df77ecb1bf4b18f3fdb65769e6b0336739)) + ## [0.34.8](https://github.com/dwmkerr/effective-shell/compare/v0.34.7...v0.34.8) (2024-08-10) diff --git a/package-lock.json b/package-lock.json index a74526e2..736914af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "effective-shell", - "version": "0.34.8", + "version": "0.34.9", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "effective-shell", - "version": "0.34.8", + "version": "0.34.9", "dependencies": { "@docusaurus/core": "2.2.0", "@docusaurus/module-type-aliases": "2.2.0", diff --git a/package.json b/package.json index 04061f05..7cb9f268 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "effective-shell", - "version": "0.34.8", + "version": "0.34.9", "private": false, "scripts": { "docusaurus": "docusaurus",