Skip to content

Commit

Permalink
chore(main): release 2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 16, 2024
1 parent c4ac978 commit 6611206
Show file tree
Hide file tree
Showing 4 changed files with 22 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.11.1"
".": "2.12.0"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [2.12.0](https://github.com/mdn/data/compare/v2.11.1...v2.12.0) (2024-10-16)


### Features

* added auto value to text-emphasis-position property ([#772](https://github.com/mdn/data/issues/772)) ([c4ac978](https://github.com/mdn/data/commit/c4ac9780a4bb8def18297d5c6cbd5f19c014fca2))


### Bug Fixes

* add mdn url for CSS offset-anchor ([#759](https://github.com/mdn/data/issues/759)) ([991632c](https://github.com/mdn/data/commit/991632c9678a3ed0534185b4f0bf94528a92d321))
* **link:** fix link to stacking context ([#768](https://github.com/mdn/data/issues/768)) ([793cb7a](https://github.com/mdn/data/commit/793cb7aa88119fc4f20dcd7227edd786c5747ab5))


### Miscellaneous

* update linear-gradient syntax to use optional color-interpolation-method ([#766](https://github.com/mdn/data/issues/766)) ([9d0f4c5](https://github.com/mdn/data/commit/9d0f4c5b52377868d0277d2bac53e63f3a85ea49))

## [2.11.1](https://github.com/mdn/data/compare/v2.11.0...v2.11.1) (2024-09-11)


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.11.1",
"version": "2.12.0",
"description": "Open Web data by the Mozilla Developer Network",
"main": "index.js",
"files": [
Expand Down

0 comments on commit 6611206

Please sign in to comment.