Skip to content

Commit 5a8966a

Browse files
chore(main): release 2.25.0 (#1006)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e78c3bf commit 5a8966a

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.24.0"
2+
".": "2.25.0"
33
}

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [2.25.0](https://github.com/mdn/data/compare/v2.24.0...v2.25.0) (2025-10-31)
4+
5+
6+
### Features
7+
8+
* **css:** Update `attr()` syntax to CSS Values Level 5 ([#1015](https://github.com/mdn/data/issues/1015)) ([d105f7e](https://github.com/mdn/data/commit/d105f7e74d966586f96607907916a13088a832bb))
9+
* **css:** Update syntax for `cursor` ([#1009](https://github.com/mdn/data/issues/1009)) ([1e013f3](https://github.com/mdn/data/commit/1e013f36a948731a11c2fcee1d08961365f95d77))
10+
* **css:** Update syntax for `cursor` property ([1e013f3](https://github.com/mdn/data/commit/1e013f36a948731a11c2fcee1d08961365f95d77))
11+
12+
13+
### Miscellaneous
14+
15+
* **CODEOWNERS:** add Engineering for workflows and CODEOWNERS ([#1014](https://github.com/mdn/data/issues/1014)) ([25fbde6](https://github.com/mdn/data/commit/25fbde6f5c7b347d7fab80ab17d603454327c99e))
16+
* **css:** Update group field for css selectors ([#965](https://github.com/mdn/data/issues/965)) ([632fd10](https://github.com/mdn/data/commit/632fd10ca9723c54a8bed0851be726ff62d62016))
17+
* **npm:** migrate to Trusted Publishing ([#1021](https://github.com/mdn/data/issues/1021)) ([e78c3bf](https://github.com/mdn/data/commit/e78c3bf82c846ad3d535869dd515136cda2a4470))
18+
319
## [2.24.0](https://github.com/mdn/data/compare/v2.23.0...v2.24.0) (2025-08-13)
420

521

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": "mdn-data",
3-
"version": "2.24.0",
3+
"version": "2.25.0",
44
"description": "Open Web data by the Mozilla Developer Network",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)