From 7990ee3d10418772346d39fb194c652bed609afb Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 21 Oct 2023 15:07:48 +0000 Subject: [PATCH] chore(release): publish version 2.3.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40a6cce..9a835ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.3.1](https://github.com/bitsundbaeume/publication2023/compare/v2.3.0...v2.3.1) (2023-10-21) + + +### Bug Fixes + +* **wow book:** enforce hash navigation ([d934233](https://github.com/bitsundbaeume/publication2023/commit/d934233733cbc580c7ffd047cef3c97fbacee631)) + # [2.3.0](https://github.com/bitsundbaeume/publication2023/compare/v2.2.1...v2.3.0) (2023-10-21) diff --git a/package.json b/package.json index 0f1dde8..5556ce7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "publication2023", "type": "module", - "version": "2.3.0", + "version": "2.3.1", "scripts": { "dev": "astro dev", "start": "astro dev",