From af40eb718b25707ce9ba8038a6bf9914060bd465 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 9 Oct 2023 14:44:51 +0000 Subject: [PATCH] chore(release): 4.32.0 [skip ci] ## [4.32.0](https://github.com/dazedbear/dazedbear.github.io/compare/v4.31.0...v4.32.0) (2023-10-09) ### Bug Fixes * 500 issue due to invalid Slug ([#97](https://github.com/dazedbear/dazedbear.github.io/issues/97)) ([4d617fd](https://github.com/dazedbear/dazedbear.github.io/commit/4d617fd23aa1fa18aea0890c540a9dc1c7af0824)) ### Build * **deps-dev:** bump fast-xml-parser from 4.0.9 to 4.2.5 ([#91](https://github.com/dazedbear/dazedbear.github.io/issues/91)) ([a94a0e2](https://github.com/dazedbear/dazedbear.github.io/commit/a94a0e2c47c773b1bb6490a1df7fdea7594b4e14)) * **deps-dev:** bump postcss from 8.4.16 to 8.4.31 ([#92](https://github.com/dazedbear/dazedbear.github.io/issues/92)) ([e68b8cd](https://github.com/dazedbear/dazedbear.github.io/commit/e68b8cdb55dd1bab5bf5c061fb0473844da59f41)) * **deps-dev:** bump word-wrap from 1.2.3 to 1.2.5 ([#96](https://github.com/dazedbear/dazedbear.github.io/issues/96)) ([008383c](https://github.com/dazedbear/dazedbear.github.io/commit/008383cdb2c792b8f59f24192a8f1747c5af4ad7)) --- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc0cd7b..5b7b17b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [4.32.0](https://github.com/dazedbear/dazedbear.github.io/compare/v4.31.0...v4.32.0) (2023-10-09) + + +### Bug Fixes + +* 500 issue due to invalid Slug ([#97](https://github.com/dazedbear/dazedbear.github.io/issues/97)) ([4d617fd](https://github.com/dazedbear/dazedbear.github.io/commit/4d617fd23aa1fa18aea0890c540a9dc1c7af0824)) + + +### Build + +* **deps-dev:** bump fast-xml-parser from 4.0.9 to 4.2.5 ([#91](https://github.com/dazedbear/dazedbear.github.io/issues/91)) ([a94a0e2](https://github.com/dazedbear/dazedbear.github.io/commit/a94a0e2c47c773b1bb6490a1df7fdea7594b4e14)) +* **deps-dev:** bump postcss from 8.4.16 to 8.4.31 ([#92](https://github.com/dazedbear/dazedbear.github.io/issues/92)) ([e68b8cd](https://github.com/dazedbear/dazedbear.github.io/commit/e68b8cdb55dd1bab5bf5c061fb0473844da59f41)) +* **deps-dev:** bump word-wrap from 1.2.3 to 1.2.5 ([#96](https://github.com/dazedbear/dazedbear.github.io/issues/96)) ([008383c](https://github.com/dazedbear/dazedbear.github.io/commit/008383cdb2c792b8f59f24192a8f1747c5af4ad7)) + ## [4.31.0](https://github.com/dazedbear/dazedbear.github.io/compare/v4.30.0...v4.31.0) (2023-10-09) diff --git a/package-lock.json b/package-lock.json index 0d1abb3..71ac3ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "dazedbear.github.io", - "version": "4.31.0", + "version": "4.32.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "dazedbear.github.io", - "version": "4.31.0", + "version": "4.32.0", "dependencies": { "@aws-sdk/client-s3": "^3.44.0", "@docsearch/react": "^3.3.2", diff --git a/package.json b/package.json index cf46e39..c7564b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dazedbear.github.io", - "version": "4.31.0", + "version": "4.32.0", "homepage": "https://github.com/dazedbear/dazedbear.github.io", "repository": { "type": "git",