Skip to content

Commit 98284fd

Browse files
chore(release): 0.5.12 (#809)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent de554b0 commit 98284fd

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/modern-carpets-ring.md

-5
This file was deleted.

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# dom-accessibility-api changelog
22

3+
## 0.5.12
4+
5+
### Patch Changes
6+
7+
- [#800](https://github.com/eps1lon/dom-accessibility-api/pull/800) [`de554b0`](https://github.com/eps1lon/dom-accessibility-api/commit/de554b08c749d0f3e68baf8d7db4f0fbb571f40b) Thanks [@pablo-abc](https://github.com/pablo-abc)! - Remover circular dependency, which fixes warnings thrown in certain environments.
8+
39
## 0.5.11
410

511
### Patch Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "dom-accessibility-api",
33
"description": "Implements https://w3c.github.io/accname/",
4-
"version": "0.5.11",
4+
"version": "0.5.12",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",
77
"type": "commonjs",

0 commit comments

Comments
 (0)