Skip to content

Commit c7e5a11

Browse files
authored
Merge pull request #34 from nextcloud-libraries/chore/release-v3.1.2
chore: prepare v3.1.2
2 parents 143d3d8 + b5e3768 commit c7e5a11

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

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)