diff --git a/CHANGELOG.md b/CHANGELOG.md index dc3039d..7b0b89a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.26.0](https://github.com/dazedbear/dazedbear.github.io/compare/v4.25.1...v4.26.0) (2023-02-03) + + +### Features + +* integrate DocSearch search UI component ([#78](https://github.com/dazedbear/dazedbear.github.io/issues/78)) ([cd5648a](https://github.com/dazedbear/dazedbear.github.io/commit/cd5648a6036edd5e7bd96dafed12a79746c5e2ac)) + ## [4.25.1](https://github.com/dazedbear/dazedbear.github.io/compare/v4.25.0...v4.25.1) (2023-02-03) diff --git a/package-lock.json b/package-lock.json index 2fbd361..3957a74 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "dazedbear.github.io", - "version": "4.25.1", + "version": "4.26.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "dazedbear.github.io", - "version": "4.25.1", + "version": "4.26.0", "dependencies": { "@aws-sdk/client-s3": "^3.44.0", "@docsearch/react": "^3.3.2", diff --git a/package.json b/package.json index a84bdfd..78f997f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dazedbear.github.io", - "version": "4.25.1", + "version": "4.26.0", "homepage": "https://github.com/dazedbear/dazedbear.github.io", "repository": { "type": "git",