Skip to content

Commit c6a4b3d

Browse files
committed
3.13.7
1 parent 4194845 commit c6a4b3d

5 files changed

Lines changed: 15 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,17 @@
22

33
### NEXT
44

5+
### 3.13.7
6+
7+
- Do not include test folder in lib/.
8+
59
### 3.13.6
610

7-
- Dialog: Fix wrong CSEQ on ACK for re-INVITE (#966). Thans to @sabrineLayouni reporting.
11+
- Dialog: Fix wrong CSEQ on ACK for re-INVITE (#966). Thanks to @sabrineLayouni reporting.
812

913
### 3.13.5
1014

11-
- ReferSubscriber: Fix authentication causing ID update (#961). Thans to @sabrineLayouni reporting.
15+
- ReferSubscriber: Fix authentication causing ID update (#961). Thanks to @sabrineLayouni reporting.
1216
- Fix: JsSIP.d.ts was missing in lib/.
1317

1418
### 3.13.4

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ const config = tsEslint.config(
125125
files: ['src/**/*.ts'],
126126
languageOptions: {
127127
parserOptions: {
128-
project: 'tsconfig.json',
128+
project: 'tsconfig.eslint.json',
129129
},
130130
},
131131
rules: {

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
@@ -2,7 +2,7 @@
22
"name": "jssip",
33
"title": "JsSIP",
44
"description": "The Javascript SIP library",
5-
"version": "3.13.6",
5+
"version": "3.13.7",
66
"homepage": "https://jssip.net",
77
"contributors": [
88
"José Luis Millán <jmillan@aliax.net> (https://github.com/jmillan)",

tsconfig.eslint.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"extends": "./tsconfig.json",
3+
"include": ["src"],
4+
"exclude": [],
5+
}

0 commit comments

Comments
 (0)