diff --git a/CHANGELOG.md b/CHANGELOG.md index b562c3f9..c0dd37ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v1.37.0 (20 Jul 2022) + +* feat(container): memUsage, memLoad +* feat(cgroup): memory +* perf(md5): use crypto if possible + ## v1.36.0 (18 May 2022) * feat: add fileUrl diff --git a/package.json b/package.json index 480267cc..1db4f93b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "licia", - "version": "1.36.0", + "version": "1.37.0", "description": "Useful utility collection with zero dependencies", "bin": { "licia": "./bin/licia.js"