Skip to content

Commit 4d4c31f

Browse files
committed
release: v1.46.0
1 parent 1cb0201 commit 4d4c31f

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v1.46.0 (27 Nov 2024)
2+
3+
* feat: add dpr
4+
* feat(fileSize): turn back to bytes
5+
16
## v1.45.0 (18 Nov 2024)
27

38
* feat(table): parse table string

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "licia",
3-
"version": "1.45.0",
3+
"version": "1.46.0",
44
"description": "Useful utility collection with zero dependencies",
55
"bin": {
66
"licia": "./bin/licia.js"

src/dpr.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222

2323
/* module
2424
* env: browser
25+
* since: 1.46.0
2526
*/
2627

2728
/* typescript

0 commit comments

Comments
 (0)