@eik/cli 2.0.28 → 2.0.29

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [2.0.29](https://github.com/eik-lib/cli/compare/v2.0.28...v2.0.29) (2024-01-29)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** update dependency date-fns to v2.30.0 ([2411b57](https://github.com/eik-lib/cli/commit/2411b574dd776aef52f58e6d3fda91d684b68d9b))
7
+
1
8
  ## [2.0.28](https://github.com/eik-lib/cli/compare/v2.0.27...v2.0.28) (2024-01-29)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eik/cli",
3
- "version": "2.0.28",
3
+ "version": "2.0.29",
4
4
  "description": "Cli tool for publishing assets",
5
5
  "main": "./classes/index.js",
6
6
  "bin": {
@@ -38,7 +38,7 @@
38
38
  "bytes": "3.1.2",
39
39
  "chalk": "4.1.2",
40
40
  "copy": "0.3.2",
41
- "date-fns": "2.28.0",
41
+ "date-fns": "2.30.0",
42
42
  "form-data": "4.0.0",
43
43
  "glob": "7.2.3",
44
44
  "gzip-size": "6.0.0",