Skip to content

Commit f2199f2

Browse files
committed
0.2.3
1 parent 181a92b commit f2199f2

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
[![CI on main](https://github.com/mehm8128/query-by-role/actions/workflows/main.yml/badge.svg)](https://github.com/mehm8128/query-by-role/actions/workflows/main.yml)
44
[![NPM Version](https://img.shields.io/npm/v/query-by-role)](https://www.npmjs.com/package/query-by-role)
5+
[![JSR](https://jsr.io/badges/@mehm8128/query-by-role)](https://jsr.io/@mehm8128/query-by-role)
6+
57
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
68

79
This is a implementation of `queryByRole()` for browser.

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "query-by-role",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/mehm8128/query-by-role.git"
@@ -9,7 +9,12 @@
99
"author": "mehm8128",
1010
"license": "MIT",
1111
"description": "queryByRole for browser.",
12-
"files": ["dist", "package.json", "README.md", "LICENSE"],
12+
"files": [
13+
"dist",
14+
"package.json",
15+
"README.md",
16+
"LICENSE"
17+
],
1318
"exports": {
1419
".": {
1520
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)