Skip to content

Commit

Permalink
release: v1.43.0
Browse files Browse the repository at this point in the history
  • Loading branch information
surunzi committed Oct 9, 2024
1 parent 94d216e commit f94352d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v1.43.0 (9 Oct 2024)

* feat: add isShadowRoot
* fix(isErr): DOMException return false

## v1.42.0 (20 Sep 2024)

* feat: add Channel
Expand Down
1 change: 1 addition & 0 deletions index.json
Original file line number Diff line number Diff line change
Expand Up @@ -4073,6 +4073,7 @@
"env": [
"browser"
],
"since": "1.43.0",
"test": [
"browser"
]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "licia",
"version": "1.42.0",
"version": "1.43.0",
"description": "Useful utility collection with zero dependencies",
"bin": {
"licia": "./bin/licia.js"
Expand Down
1 change: 1 addition & 0 deletions src/isShadowRoot.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

/* module
* env: browser
* since: 1.43.0
*/

/* typescript
Expand Down

0 comments on commit f94352d

Please sign in to comment.