Skip to content

Commit 5fd6228

Browse files
committed
3.7.8
1 parent 078b143 commit 5fd6228

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
CHANGELOG
22
=========
33

4+
### 3.7.8
5+
6+
7+
* Use a proper Logger class (fix from previous release)
8+
9+
410
### 3.7.7
511

612

dist/jssip.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* JsSIP v3.7.7
2+
* JsSIP v3.7.8
33
* the Javascript SIP library
44
* Copyright: 2012-2021
55
* Homepage: https://jssip.net
@@ -27900,7 +27900,7 @@ module.exports={
2790027900
"name": "jssip",
2790127901
"title": "JsSIP",
2790227902
"description": "the Javascript SIP library",
27903-
"version": "3.7.7",
27903+
"version": "3.7.8",
2790427904
"homepage": "https://jssip.net",
2790527905
"contributors": [
2790627906
"José Luis Millán <[email protected]> (https://github.com/jmillan)",

dist/jssip.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)