Skip to content

Commit

Permalink
release: v1.44.0
Browse files Browse the repository at this point in the history
  • Loading branch information
surunzi committed Nov 2, 2024
1 parent dce5ab5 commit 9060b19
Show file tree
Hide file tree
Showing 5 changed files with 10 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.44.0 (2 Nov 2024)

* feat: add singleton
* feat: add theme

## v1.43.0 (9 Oct 2024)

* feat: add isShadowRoot
Expand Down
2 changes: 2 additions & 0 deletions index.json
Original file line number Diff line number Diff line change
Expand Up @@ -5932,6 +5932,7 @@
"browser",
"miniprogram"
],
"since": "1.44.0",
"test": [
"node",
"browser"
Expand Down Expand Up @@ -6450,6 +6451,7 @@
"env": [
"browser"
],
"since": "1.44.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.43.0",
"version": "1.44.0",
"description": "Useful utility collection with zero dependencies",
"bin": {
"licia": "./bin/licia.js"
Expand Down
1 change: 1 addition & 0 deletions src/singleton.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

/* module
* env: all
* since: 1.44.0
*/

/* typescript
Expand Down
1 change: 1 addition & 0 deletions src/theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

/* module
* env: browser
* since: 1.44.0
*/

/* typescript
Expand Down

0 comments on commit 9060b19

Please sign in to comment.