From 168b66430cf65810b529b599c65e6e454f2fb06c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 13:20:48 +0100 Subject: [PATCH] chore(main): release 0.34.6 (#338) 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 072485f8..7719f086 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.34.6](https://github.com/dwmkerr/effective-shell/compare/v0.34.5...v0.34.6) (2024-06-12) + + +### Bug Fixes + +* add missing sample ([#337](https://github.com/dwmkerr/effective-shell/issues/337)) ([961d50a](https://github.com/dwmkerr/effective-shell/commit/961d50ad29d27cc871164fe4db0edbaab1497644)) + ## [0.34.5](https://github.com/dwmkerr/effective-shell/compare/v0.34.4...v0.34.5) (2024-05-22) diff --git a/package-lock.json b/package-lock.json index 82a22338..22ef28a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "effective-shell", - "version": "0.34.5", + "version": "0.34.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "effective-shell", - "version": "0.34.5", + "version": "0.34.6", "dependencies": { "@docusaurus/core": "2.2.0", "@docusaurus/module-type-aliases": "2.2.0", diff --git a/package.json b/package.json index c7877593..8d6b2eb5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "effective-shell", - "version": "0.34.5", + "version": "0.34.6", "private": false, "scripts": { "docusaurus": "docusaurus",