Skip to content

Commit

Permalink
release: v1.40.0
Browse files Browse the repository at this point in the history
  • Loading branch information
surunzi committed May 31, 2024
1 parent 647999f commit 3fc8e3d
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.40.0 (31 May 2024)

* feat: add tildify
* feat: add isMac

## v1.39.2 (22 Dec 2023)

* feat(hotkey): support element option
Expand Down
2 changes: 2 additions & 0 deletions index.json
Original file line number Diff line number Diff line change
Expand Up @@ -3685,6 +3685,7 @@
"browser",
"miniprogram"
],
"since": "1.40.0",
"test": [
"node",
"browser"
Expand Down Expand Up @@ -6395,6 +6396,7 @@
"env": [
"node"
],
"since": "1.40.0",
"test": [
"node"
]
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.39.2",
"version": "1.40.0",
"description": "Useful utility collection with zero dependencies",
"bin": {
"licia": "./bin/licia.js"
Expand Down
1 change: 1 addition & 0 deletions src/isMac.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

/* module
* env: all
* since: 1.40.0
*/

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

/* module
* env: node
* since: 1.40.0
*/

/* typescript
Expand Down

0 comments on commit 3fc8e3d

Please sign in to comment.