Skip to content

Commit b5e3768

Browse files
committed
chore: prepare v3.1.2
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent 143d3d8 commit b5e3768

3 files changed

Lines changed: 16 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@
77

88
All notable changes to this project will be documented in this file.
99

10+
## 3.1.2 - 2025-11-07
11+
### Fixed
12+
* fix: adjust config to support only active or used browsers
13+
14+
### Changed
15+
* chore: update node versions
16+
This package now supports to be used with Node 22 and Node 24.
17+
* chore: rename internally browserlist to browserslist
18+
* chore: use consistent note about contributing and authors
19+
* chore: manually lint
20+
* test: use node test runner for testing
21+
* docs: add changelog to keep track of changes
22+
1023
## 3.1.1 - 2025-10-20
1124
### Fixed
1225
- fix: add minimal supported `browserslist` version to peer dependencies

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextcloud/browserslist-config",
3-
"version": "3.1.1",
3+
"version": "3.1.2",
44
"description": "Shared browserslist for Nextcloud libraries and apps",
55
"keywords": [
66
"nextcloud",

0 commit comments

Comments
 (0)