From 003cb93e44851e7b40cbd52662f934448e634b37 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 12 May 2024 01:36:51 +0100 Subject: [PATCH] chore(main): release 0.34.1 (#327) 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 a30b6e12..835d4039 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.34.1](https://github.com/dwmkerr/effective-shell/compare/v0.34.0...v0.34.1) (2024-05-12) + + +### Bug Fixes + +* appendices links ([#326](https://github.com/dwmkerr/effective-shell/issues/326)) ([d5b5257](https://github.com/dwmkerr/effective-shell/commit/d5b52577d8a30fc25eddcdcba8717f135c47cd6c)) + ## [0.34.0](https://github.com/dwmkerr/effective-shell/compare/v0.33.0...v0.34.0) (2024-05-12) diff --git a/package-lock.json b/package-lock.json index 66127a68..a5b7e45e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "effective-shell", - "version": "0.34.0", + "version": "0.34.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "effective-shell", - "version": "0.34.0", + "version": "0.34.1", "dependencies": { "@docusaurus/core": "2.2.0", "@docusaurus/module-type-aliases": "2.2.0", diff --git a/package.json b/package.json index 931918c8..b5936ff7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "effective-shell", - "version": "0.34.0", + "version": "0.34.1", "private": false, "scripts": { "docusaurus": "docusaurus",