@robot-admin/request-core 0.4.0 → 0.4.1
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.
- package/CHANGELOG.md +10 -3
- package/README.md +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,8 +1,15 @@
|
|
|
1
1
|
# @robot-admin/request-core
|
|
2
2
|
|
|
3
|
-
> `0.4.0` is the cumulative release
|
|
4
|
-
>
|
|
5
|
-
>
|
|
3
|
+
> `0.4.0` is the cumulative feature release. The `0.2.1` and `0.3.0` sections
|
|
4
|
+
> below record the internal implementation milestones folded into it; they were
|
|
5
|
+
> not published as separate package versions.
|
|
6
|
+
|
|
7
|
+
## 0.4.1
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Clarify the cumulative release history after the formal `0.4.0` publication.
|
|
12
|
+
- Keep package and repository version references aligned; runtime behavior is unchanged.
|
|
6
13
|
|
|
7
14
|
## 0.4.0
|
|
8
15
|
|
package/README.md
CHANGED