We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 930aeee commit 72f0844Copy full SHA for 72f0844
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [1.8.2](https://github.com/webex/ts-sdp/compare/v1.8.1...v1.8.2) (2025-07-09)
2
+
3
4
+### Bug Fixes
5
6
+* node engines ([#24](https://github.com/webex/ts-sdp/issues/24)) ([930aeee](https://github.com/webex/ts-sdp/commit/930aeee6d61e41769abccf86962532d43fd05860))
7
8
## [1.8.1](https://github.com/webex/ts-sdp/compare/v1.8.0...v1.8.1) (2025-03-20)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "@webex/ts-sdp",
- "version": "1.8.1",
+ "version": "1.8.2",
"description": "Provides a simple interface to parse and munge SDP(session description protocol)",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
0 commit comments