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 c20d8e0 commit b96c992Copy full SHA for b96c992
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@fabiocaccamo/utils.js",
3
- "version": "1.1.0",
+ "version": "1.1.1",
4
"description": "zero dependencies vanilla JavaScript utils.",
5
"keywords": [
6
"utils",
src/utils.js
@@ -41,7 +41,7 @@ const utils = {
41
xml: XMLUtil,
42
url: URLUtil,
43
utf8: UTF8Util,
44
- version: '1.1.0',
+ version: '1.1.1',
45
};
46
47
export default utils;
0 commit comments