Skip to content

Commit

Permalink
release: v1.41.0
Browse files Browse the repository at this point in the history
  • Loading branch information
surunzi committed Jun 18, 2024
1 parent 9cdcfe8 commit e5f7823
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v1.41.0 (18 Jun 2024)

* feat: add dataUrl

## v1.40.0 (31 May 2024)

* feat: add tildify
Expand Down
1 change: 1 addition & 0 deletions index.json
Original file line number Diff line number Diff line change
Expand Up @@ -1925,6 +1925,7 @@
"browser",
"miniprogram"
],
"since": "1.41.0",
"test": [
"node",
"browser"
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "licia",
"version": "1.40.0",
"version": "1.41.0",
"description": "Useful utility collection with zero dependencies",
"bin": {
"licia": "./bin/licia.js"
Expand Down Expand Up @@ -31,7 +31,8 @@
"url": "git+https://github.com/liriliri/licia.git"
},
"keywords": [
"eustia"
"eustia",
"util"
],
"author": "redhoodsu",
"license": "MIT",
Expand Down
1 change: 1 addition & 0 deletions src/dataUrl.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@

/* module
* env: all
* since: 1.41.0
*/

/* typescript
Expand Down

0 comments on commit e5f7823

Please sign in to comment.