From a4600554f1cb8fb81180b635e8468cdda388e766 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 11:50:22 +0100 Subject: [PATCH] chore(main): release 0.34.9 (#345) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) 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",