Skip to content

Commit

Permalink
release: v1.46.0
Browse files Browse the repository at this point in the history
  • Loading branch information
surunzi committed Nov 27, 2024
1 parent 1cb0201 commit 4d4c31f
Show file tree
Hide file tree
Showing 3 changed files with 7 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.46.0 (27 Nov 2024)

* feat: add dpr
* feat(fileSize): turn back to bytes

## v1.45.0 (18 Nov 2024)

* feat(table): parse table string
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.45.0",
"version": "1.46.0",
"description": "Useful utility collection with zero dependencies",
"bin": {
"licia": "./bin/licia.js"
Expand Down
1 change: 1 addition & 0 deletions src/dpr.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

/* module
* env: browser
* since: 1.46.0
*/

/* typescript
Expand Down

0 comments on commit 4d4c31f

Please sign in to comment.