brass-runtime 1.18.2 → 1.19.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.
- package/CHANGELOG.md +11 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.18.2 - Release Metadata Alignment
|
|
4
|
+
|
|
5
|
+
### Fixed
|
|
6
|
+
|
|
7
|
+
- Aligned `package.json` and `package-lock.json` with the npm release line after
|
|
8
|
+
the `1.18.0`/`1.18.1` publishes were cut from commits whose checked-in
|
|
9
|
+
package metadata still referenced older versions.
|
|
10
|
+
- Kept the HTTP P99 consolidation and runtime performance changes from the
|
|
11
|
+
`1.17.0` entry as the functional release contents; this patch is for
|
|
12
|
+
traceable version metadata and tag hygiene.
|
|
13
|
+
|
|
3
14
|
## 1.17.0 - HTTP P99 Consolidation & Runtime Performance
|
|
4
15
|
|
|
5
16
|
### Performance
|