@teselagen/file-utils 0.2.4 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +0 -14
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -2,20 +2,6 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
- ## [0.2.0](https://github.com/TeselaGen/tg-oss/compare/file-utils-0.1.0...file-utils-0.2.0) (2023-05-30)
6
-
7
-
8
- ### Features
9
-
10
- * more work on packaging up files ([67c8a69](https://github.com/TeselaGen/tg-oss/commit/67c8a6983b2ca772cc72700b4bf344b4adccf26d))
11
-
12
- ## [0.2.0](https://github.com/TeselaGen/tg-oss/compare/file-utils-0.1.0...file-utils-0.2.0) (2023-05-30)
13
-
14
-
15
- ### Features
16
-
17
- * more work on packaging up files ([67c8a69](https://github.com/TeselaGen/tg-oss/commit/67c8a6983b2ca772cc72700b4bf344b4adccf26d))
18
-
19
5
  ## 0.1.0 (2023-05-30)
20
6
 
21
7
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teselagen/file-utils",
3
- "version": "0.2.4",
3
+ "version": "0.3.0",
4
4
  "type": "module",
5
5
  "dependencies": {
6
6
  "bluebird": "^3.7.2",
@@ -10,4 +10,4 @@
10
10
  },
11
11
  "module": "index.js",
12
12
  "main": "index.js"
13
- }
13
+ }