We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cb0201 commit 4d4c31fCopy full SHA for 4d4c31f
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## v1.46.0 (27 Nov 2024)
2
+
3
+* feat: add dpr
4
+* feat(fileSize): turn back to bytes
5
6
## v1.45.0 (18 Nov 2024)
7
8
* feat(table): parse table string
package.json
@@ -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"
src/dpr.js
@@ -22,6 +22,7 @@
22
23
/* module
24
* env: browser
25
+ * since: 1.46.0
26
*/
27
28
/* typescript
0 commit comments