diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a160363..006faa4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.34.4](https://github.com/dwmkerr/effective-shell/compare/v0.34.3...v0.34.4) (2024-05-20) + + +### Bug Fixes + +* consistent samples path ([#334](https://github.com/dwmkerr/effective-shell/issues/334)) ([2072ff2](https://github.com/dwmkerr/effective-shell/commit/2072ff271799fce103140618cfe8e401f33341f9)) +* rename 'samples' to 'effective-shell' ([#332](https://github.com/dwmkerr/effective-shell/issues/332)) ([60f9168](https://github.com/dwmkerr/effective-shell/commit/60f9168f044de68938f64f3a43e5c0f7857a69a9)) + ## [0.34.3](https://github.com/dwmkerr/effective-shell/compare/v0.34.2...v0.34.3) (2024-05-14) diff --git a/package-lock.json b/package-lock.json index 25cb6a46..1ff52722 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "effective-shell", - "version": "0.34.3", + "version": "0.34.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "effective-shell", - "version": "0.34.3", + "version": "0.34.4", "dependencies": { "@docusaurus/core": "2.2.0", "@docusaurus/module-type-aliases": "2.2.0", diff --git a/package.json b/package.json index 2cdebd0c..c1d7b928 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "effective-shell", - "version": "0.34.3", + "version": "0.34.4", "private": false, "scripts": { "docusaurus": "docusaurus",