diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a033c8e..413b9a96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.34.8](https://github.com/dwmkerr/effective-shell/compare/v0.34.7...v0.34.8) (2024-08-10) + + +### Documentation + +* add pfrischmuth as a contributor for review ([#341](https://github.com/dwmkerr/effective-shell/issues/341)) ([f439383](https://github.com/dwmkerr/effective-shell/commit/f439383179a410c95978a39cd9d462b33f4f0261)) + + +### Bug Fixes + +* correct samples repository path ([#343](https://github.com/dwmkerr/effective-shell/issues/343)) ([d15a209](https://github.com/dwmkerr/effective-shell/commit/d15a2098c647b3fb7886ec503016c8c49a190e62)) + ## [0.34.7](https://github.com/dwmkerr/effective-shell/compare/v0.34.6...v0.34.7) (2024-06-24) diff --git a/package-lock.json b/package-lock.json index 11466931..a74526e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "effective-shell", - "version": "0.34.7", + "version": "0.34.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "effective-shell", - "version": "0.34.7", + "version": "0.34.8", "dependencies": { "@docusaurus/core": "2.2.0", "@docusaurus/module-type-aliases": "2.2.0", diff --git a/package.json b/package.json index 48a592ef..04061f05 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "effective-shell", - "version": "0.34.7", + "version": "0.34.8", "private": false, "scripts": { "docusaurus": "docusaurus",