Skip to content

Commit fe804ae

Browse files
committed
v4.3.2
1 parent 916b0e5 commit fe804ae

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [unreleased]
99

10+
## [4.3.2] - 2025-10-24
11+
1012
### Fixed
1113

1214
- Correctly handle requests that contain only PING / PONG messages (including after handling earlier messages)
@@ -173,7 +175,8 @@ v 1.2.6 12-10-2017 - Implement workaround for parseGripUri.
173175
v 1.2.7 12-13-2017 - Clean package dir.
174176

175177

176-
[unreleased]: https://github.com/fanout/js-grip/compare/v4.3.1...HEAD
178+
[unreleased]: https://github.com/fanout/js-grip/compare/v4.3.2...HEAD
179+
[4.3.2]: https://github.com/fanout/js-grip/compare/v4.3.0...v4.3.2
177180
[4.3.1]: https://github.com/fanout/js-grip/compare/v4.3.0...v4.3.1
178181
[4.3.0]: https://github.com/fanout/js-grip/compare/v4.2.0...v4.3.0
179182
[4.2.0]: https://github.com/fanout/js-grip/compare/v4.1.0...v4.2.0

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fanoutio/grip",
3-
"version": "4.3.1",
3+
"version": "4.3.2",
44
"type": "module",
55
"author": "Fastly <oss@fastly.com>",
66
"description": "GRIP Interface Library",

0 commit comments

Comments
 (0)