Skip to content

Commit 0ae1d74

Browse files
committed
chore(release): 5.0.0
1 parent d65ec42 commit 0ae1d74

File tree

3 files changed

+24
-4
lines changed

3 files changed

+24
-4
lines changed

CHANGELOG.md

+21-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
# Changelog
22

3-
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
3+
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.
4+
5+
## [5.0.0](https://github.com/dessant/web-archives/compare/v4.1.0...v5.0.0) (2023-11-06)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* browser versions older than Firefox 115
11+
are no longer supported
12+
13+
### Features
14+
15+
* search on WebCite ([d4e653d](https://github.com/dessant/web-archives/commit/d4e653d60ca134db1c98fc833e41fd9dc7700712))
16+
* use non-persistent background page in Firefox ([b629343](https://github.com/dessant/web-archives/commit/b6293436ee811a710c792490a7f30505f629bc05))
17+
18+
19+
### Bug Fixes
20+
21+
* improve new tab setup ([76f60b6](https://github.com/dessant/web-archives/commit/76f60b66a1a593aa7badc94607ab6b8df7c91488))
22+
* improve platform detection ([d65ec42](https://github.com/dessant/web-archives/commit/d65ec42675ac32f6861eace691aa3156d4fc19a1))
23+
* set initial browser action popup height in Safari ([f738727](https://github.com/dessant/web-archives/commit/f73872759da7b4484fab95aa333c868c49633fe5))
424

525
## [4.1.0](https://github.com/dessant/web-archives/compare/v4.0.0...v4.1.0) (2023-07-16)
626

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web-archives",
3-
"version": "4.1.0",
3+
"version": "5.0.0",
44
"author": "Armin Sebastian",
55
"license": "GPL-3.0-only",
66
"homepage": "https://github.com/dessant/web-archives",

0 commit comments

Comments
 (0)