diff --git a/CHANGELOG.md b/CHANGELOG.md index b65d35a..983192b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## [6.1.1](https://github.com/dessant/web-archives/compare/v6.1.0...v6.1.1) (2024-06-21) + + +### Bug Fixes + +* update search engines ([5cf99f0](https://github.com/dessant/web-archives/commit/5cf99f024a74bc86009dc713b162ee393a24feb8)) + ## [6.1.0](https://github.com/dessant/web-archives/compare/v6.0.0...v6.1.0) (2024-06-20) diff --git a/package-lock.json b/package-lock.json index 574aac2..07197fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "web-archives", - "version": "6.1.0", + "version": "6.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "web-archives", - "version": "6.1.0", + "version": "6.1.1", "license": "GPL-3.0-only", "dependencies": { "@fontsource/roboto": "^5.0.13", diff --git a/package.json b/package.json index 321e551..35c54b4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "web-archives", - "version": "6.1.0", + "version": "6.1.1", "author": "Armin Sebastian", "license": "GPL-3.0-only", "homepage": "https://github.com/dessant/web-archives",