fs-stream-sync 2.0.15 → 2.0.18

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 +30 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,36 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [2.0.18](https://github.com/bluelovers/ws-iconv/compare/fs-stream-sync@2.0.17...fs-stream-sync@2.0.18) (2022-10-02)
7
+
8
+
9
+
10
+ ### 🔖 Miscellaneous
11
+
12
+ * . ([56e065c](https://github.com/bluelovers/ws-iconv/commit/56e065ce78a0e784397851ec6fb47baf3fb5963a))
13
+
14
+
15
+
16
+ ## [2.0.17](https://github.com/bluelovers/ws-iconv/compare/fs-stream-sync@2.0.16...fs-stream-sync@2.0.17) (2022-09-29)
17
+
18
+
19
+
20
+ ### 🔖 Miscellaneous
21
+
22
+ * . ([e7f81ac](https://github.com/bluelovers/ws-iconv/commit/e7f81acfe8c1a40cd6e9092b4bcf7b32ed92c062))
23
+
24
+
25
+
26
+ ## [2.0.16](https://github.com/bluelovers/ws-iconv/compare/fs-stream-sync@2.0.15...fs-stream-sync@2.0.16) (2022-09-29)
27
+
28
+
29
+
30
+ ### 🔖 Miscellaneous
31
+
32
+ * . ([a0a4d4a](https://github.com/bluelovers/ws-iconv/commit/a0a4d4a7d220fdf76dae7cdcb77b1d40da5e1b62))
33
+
34
+
35
+
6
36
  ## [2.0.15](https://github.com/bluelovers/ws-iconv/compare/fs-stream-sync@2.0.14...fs-stream-sync@2.0.15) (2022-09-28)
7
37
 
8
38
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fs-stream-sync",
3
- "version": "2.0.15",
3
+ "version": "2.0.18",
4
4
  "description": "File System SyncWriteStream/SyncReadStream implementation from Node.js Core",
5
5
  "keywords": [
6
6
  "File System",
@@ -47,5 +47,5 @@
47
47
  "@types/node": "*",
48
48
  "tslib": "^2"
49
49
  },
50
- "gitHead": "c54b78be7ae362b781aab2b56fde91a129da893f"
50
+ "gitHead": "253aa6190c165c31a8e790065b05b19e627dea86"
51
51
  }