Skip to content

Commit 923a892

Browse files
release(v0.1.5): Bump version to 0.1.5 and update CHANGELOG
Bumped package version from 0.1.4 to 0.1.5 in package.json. Added new version section in CHANGELOG.md and performed minor formatting cleanup by removing inconsistent leading whitespace from various CHANGELOG entries.
1 parent cb863bb commit 923a892

File tree

2 files changed

+26
-24
lines changed

2 files changed

+26
-24
lines changed

CHANGELOG.md

Lines changed: 25 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
1+
## 0.1.5
2+
13
## 0.1.4
24

35
### Change
46

57
- Updated `@types/node` from 22.13.14 to 25.0.3
68
- Updated `@playform/build` from 0.2.1 to 0.2.6
79
- Changed package author email from `Source/Open@PlayForm.LTD` to
8-
`Source/Open@PlayForm.Cloud`
10+
`Source/Open@PlayForm.Cloud`
911
- Changed package author URL from `HTTPS://PlayForm.LTD` to
10-
`HTTPS://PlayForm.Cloud`
12+
`HTTPS://PlayForm.Cloud`
1113
- Replaced `Promise.all()` with `Promise.allSettled()` in pipeline execution for
12-
better error resilience
14+
better error resilience
1315

1416
## 0.1.3
1517

@@ -18,11 +20,11 @@
1820
- Updated `@types/node` from 22.10.5 to 22.13.14
1921
- Updated `deepmerge-ts` from 7.1.3 to 7.1.5
2022
- Refactored core module imports to use Node.js protocol syntax (`node:url`,
21-
`node:fs/promises`)
23+
`node:fs/promises`)
2224
- Improved asynchronous pipeline handling with Promise chaining
2325
- Optimized file system operations:
24-
- Direct use of `mkdir`, `stat` and `writeFile` from `node:fs/promises`
25-
- Simplified recursive directory creation logic
26+
- Direct use of `mkdir`, `stat` and `writeFile` from `node:fs/promises`
27+
- Simplified recursive directory creation logic
2628
- Enhanced error handling and logging consistency
2729
- Reordered interface imports and destructuring patterns
2830
- Updated package.json metadata formatting (emoji position adjustments)
@@ -50,12 +52,12 @@
5052
- Updated `.npmignore` to exclude `docs/` directory.
5153
- Added badges for dependents to `DEPENDENTS.md`.
5254
- Updated `README.md` to remove the summary section and point to `CHANGELOG.md`
53-
for change history.
55+
for change history.
5456
- Updated `package.json` author information:
55-
- Changed author email from `Source/Open@PlayForm.Cloud` to
56-
`Source/Open@PlayForm.Cloud`
57-
- Changed author URL from `HTTPS://PlayForm.Cloud` to
58-
`HTTPS://PlayForm.Cloud`
57+
- Changed author email from `Source/Open@PlayForm.Cloud` to
58+
`Source/Open@PlayForm.Cloud`
59+
- Changed author URL from `HTTPS://PlayForm.Cloud` to
60+
`HTTPS://PlayForm.Cloud`
5961

6062
### Removed
6163

@@ -73,15 +75,15 @@
7375
### Add
7476

7577
- Added `.npmignore` file to exclude unnecessary files from the published
76-
package.
78+
package.
7779

7880
## 0.1.0
7981

8082
### Change
8183

8284
- Updated version to 0.1.0
8385
- Updated dependencies, including `@types/node`, `deepmerge-ts`, and
84-
`@playform/build`
86+
`@playform/build`
8587
- Updated README.md with simplified language and improved formatting.
8688
- Refactored code for better readability and consistency.
8789

@@ -95,8 +97,8 @@
9597

9698
- Updated version to 0.0.6
9799
- Updated dependencies:
98-
- `@types/node` to 20.14.2
99-
- `deepmerge-ts` to 7.0.3
100+
- `@types/node` to 20.14.2
101+
- `deepmerge-ts` to 7.0.3
100102
- Moved `@playform/build` from `devDependencies` to `peerDependencies`.
101103

102104
### Add
@@ -109,10 +111,10 @@
109111

110112
- Updated version to 0.0.5
111113
- Updated dependencies:
112-
- `@playform/build` to 0.0.9
113-
- `@playform/document` to 0.0.7
114+
- `@playform/build` to 0.0.9
115+
- `@playform/document` to 0.0.7
114116
- Added optional peer dependencies for `@playform/build` and
115-
`@playform/document`.
117+
`@playform/document`.
116118
- Improved code documentation and comments.
117119

118120
## 0.0.4
@@ -121,10 +123,10 @@
121123

122124
- Updated version to 0.0.4
123125
- Updated dependencies:
124-
- `@types/node` to 20.12.12
125-
- `deepmerge-ts` to 7.0.1
126+
- `@types/node` to 20.12.12
127+
- `deepmerge-ts` to 7.0.1
126128
- Moved `@playform/build` from `devDependencies` to `peerDependencies` and
127-
marked it as optional.
129+
marked it as optional.
128130

129131
### Add
130132

@@ -136,8 +138,8 @@
136138

137139
- Updated version to 0.0.3
138140
- Updated dependencies:
139-
- `@types/node` to 20.12.11
140-
- `@playform/build` to 0.0.8
141+
- `@types/node` to 20.12.11
142+
- `@playform/build` to 0.0.8
141143
- Updated package description to use an em dash instead of a period.
142144
- Updated repository URLs in `package.json` to use HTTPS.
143145
- Updated `package.json` with new author information.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@playform/pipe",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"private": false,
55
"description": "Pipe 🧪",
66
"keywords": [

0 commit comments

Comments
 (0)