Skip to content

Commit 2d8613b

Browse files
authored
Merge pull request #219 from BranchMetrics/fix-changlog
fix: change log out of date
2 parents 8c05650 + 9d8ca7c commit 2d8613b

File tree

2 files changed

+46
-0
lines changed

2 files changed

+46
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
All notable changes to the Branch Web SDK will be documented here.
33
The Branch Web SDK adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [v2.2.2] - 2016-09-15
6+
- Updated iOS library to v 0.12.11
7+
- Added back support for setDebug
8+
59
## [v2.2.1] - 2016-09-15
610
- Updated iOS library to v 0.12.10
711
- Support for iOS extensions (iMessage apps)

npm-debug.log

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
0 info it worked if it ends with ok
2+
1 verbose cli [ '/usr/local/bin/node',
3+
1 verbose cli '/usr/local/bin/npm',
4+
1 verbose cli 'run',
5+
1 verbose cli 'semantic-release' ]
6+
2 info using [email protected]
7+
3 info using [email protected]
8+
4 verbose run-script [ 'presemantic-release',
9+
4 verbose run-script 'semantic-release',
10+
4 verbose run-script 'postsemantic-release' ]
11+
5 info presemantic-release [email protected]
12+
6 info semantic-release [email protected]
13+
7 verbose unsafe-perm in lifecycle true
14+
8 info [email protected] Failed to exec semantic-release script
15+
9 verbose stack Error: [email protected] semantic-release: `semantic-release pre && npm publish && semantic-release post`
16+
9 verbose stack Exit status 1
17+
9 verbose stack at EventEmitter.<anonymous> (/usr/local/lib/node_modules/npm/lib/utils/lifecycle.js:214:16)
18+
9 verbose stack at emitTwo (events.js:87:13)
19+
9 verbose stack at EventEmitter.emit (events.js:172:7)
20+
9 verbose stack at ChildProcess.<anonymous> (/usr/local/lib/node_modules/npm/lib/utils/spawn.js:24:14)
21+
9 verbose stack at emitTwo (events.js:87:13)
22+
9 verbose stack at ChildProcess.emit (events.js:172:7)
23+
9 verbose stack at maybeClose (internal/child_process.js:821:16)
24+
9 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5)
25+
10 verbose pkgid [email protected]
26+
11 verbose cwd /Users/alexaustin/Documents/Javascript/Cordova-Ionic-PhoneGap-Deferred-Deep-Linking-SDK
27+
12 error Darwin 15.6.0
28+
13 error argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "semantic-release"
29+
14 error node v4.2.6
30+
15 error npm v2.14.12
31+
16 error code ELIFECYCLE
32+
17 error [email protected] semantic-release: `semantic-release pre && npm publish && semantic-release post`
33+
17 error Exit status 1
34+
18 error Failed at the [email protected] semantic-release script 'semantic-release pre && npm publish && semantic-release post'.
35+
18 error This is most likely a problem with the branch-cordova-sdk package,
36+
18 error not with npm itself.
37+
18 error Tell the author that this fails on your system:
38+
18 error semantic-release pre && npm publish && semantic-release post
39+
18 error You can get their info via:
40+
18 error npm owner ls branch-cordova-sdk
41+
18 error There is likely additional logging output above.
42+
19 verbose exit [ 1, true ]

0 commit comments

Comments
 (0)