Skip to content

Commit

Permalink
chore(main): release 2.5.0 (#727)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Apr 8, 2024
1 parent dfad8d6 commit 6675982
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.4.2"
".": "2.5.0"
}
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## [2.5.0](https://github.com/mdn/data/compare/v2.4.2...v2.5.0) (2024-04-08)


### Features

* **css:** text-wrap-mode + text-wrap-style ([2e681ff](https://github.com/mdn/data/commit/2e681ff548d9bbd5a5ba24e128a25d957fdb1eca))


### Bug Fixes

* **lint:** upgrade actions/{checkout,setup-node} to v4 + use node-version-file ([b62c9ee](https://github.com/mdn/data/commit/b62c9ee5a1d4ec3b7fcde9dbdd949559e45d118f))
* **package-lock:** run `npm install` ([#725](https://github.com/mdn/data/issues/725)) ([dfad8d6](https://github.com/mdn/data/commit/dfad8d60036ef78eba506a6f19a7e8ec65581537))


### Enhancements

* **publish-release:** inline workflow action + allow manual execution ([#724](https://github.com/mdn/data/issues/724)) ([063fc20](https://github.com/mdn/data/commit/063fc20dd14c7ae0d95367bc699195cd3cc6f949))


### Miscellaneous

* **css:** update appliesTo for align-content ([603c07a](https://github.com/mdn/data/commit/603c07a8c3fc3365b9fb296ccadf2dd9c18eea0a))

## [2.4.2](https://github.com/mdn/data/compare/v2.4.1...v2.4.2) (2024-02-27)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mdn-data",
"version": "2.4.2",
"version": "2.5.0",
"description": "Open Web data by the Mozilla Developer Network",
"main": "index.js",
"files": [
Expand Down

0 comments on commit 6675982

Please sign in to comment.