Skip to content

Commit 72f0844

Browse files
chore(release): 1.8.2 [skip ci]
## [1.8.2](v1.8.1...v1.8.2) (2025-07-09) ### Bug Fixes * node engines ([#24](#24)) ([930aeee](930aeee))
1 parent 930aeee commit 72f0844

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
## [1.8.1](https://github.com/webex/ts-sdp/compare/v1.8.0...v1.8.1) (2025-03-20)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webex/ts-sdp",
3-
"version": "1.8.1",
3+
"version": "1.8.2",
44
"description": "Provides a simple interface to parse and munge SDP(session description protocol)",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)