Skip to content

Commit 849ea35

Browse files
committed
3.13.5
1 parent 29c70cb commit 849ea35

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22

33
### NEXT
44

5+
### 3.13.5
6+
57
- ReferSubscriber: Fix authentication causing ID update (#961). Thans to @sabrineLayouni reporting.
8+
- Fix: JsSIP.d.ts was missing in lib/.
69

710
### 3.13.4
811

npm-scripts.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ async function run() {
7575
case 'release': {
7676
lint();
7777
test();
78+
buildTypescript();
7879
executeCmd(`git commit -am '${pkg.version}'`);
7980
executeCmd(`git tag -a ${pkg.version} -m '${pkg.version}'`);
8081
executeCmd('git push origin master && git push origin --tags');

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.4",
5+
"version": "3.13.5",
66
"homepage": "https://jssip.net",
77
"contributors": [
88
"José Luis Millán <jmillan@aliax.net> (https://github.com/jmillan)",

0 commit comments

Comments
 (0)