Skip to content

Commit ce86bb0

Browse files
committed
3.6.2
1 parent ea88459 commit ce86bb0

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
CHANGELOG
22
=========
33

4+
Version 3.6.2 (released in 2020-14-12)
5+
---------------------------------------
6+
7+
* Add missing typescript definitions. Thanks @fabrykowski.
8+
9+
410
Version 3.6.1 (released in 2020-20-04)
511
---------------------------------------
612

dist/jssip.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* JsSIP v3.6.1
2+
* JsSIP v3.6.2
33
* the Javascript SIP library
44
* Copyright: 2012-2020 José Luis Millán <[email protected]> (https://github.com/jmillan)
55
* Homepage: https://jssip.net
@@ -27831,7 +27831,7 @@ module.exports={
2783127831
"name": "jssip",
2783227832
"title": "JsSIP",
2783327833
"description": "the Javascript SIP library",
27834-
"version": "3.6.1",
27834+
"version": "3.6.2",
2783527835
"homepage": "https://jssip.net",
2783627836
"author": "José Luis Millán <[email protected]> (https://github.com/jmillan)",
2783727837
"contributors": [

dist/jssip.min.js

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.6.1",
5+
"version": "3.6.2",
66
"homepage": "https://jssip.net",
77
"author": "José Luis Millán <[email protected]> (https://github.com/jmillan)",
88
"contributors": [

0 commit comments

Comments
 (0)