Skip to content

Commit f5c2d53

Browse files
author
Raymond Feng
committedSep 30, 2016
1.0.1
* code review fixes (rashmihunt) * fixed wsdl-test failure (rashmihunt) * add babel script as prepublish (deepakrkris) * remove forceSoap12Headers wsdl option and reimplement (rashmihunt)
1 parent 6f24233 commit f5c2d53

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed
 

‎CHANGES.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
2016-09-30, Version 1.0.1
2+
=========================
3+
4+
* code review fixes (rashmihunt)
5+
6+
* fixed wsdl-test failure (rashmihunt)
7+
8+
* add babel script as prepublish (deepakrkris)
9+
10+
* remove forceSoap12Headers wsdl option and reimplement (rashmihunt)
11+
12+
113
2016-09-27, Version 1.0.0
214
=========================
315

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "strong-soap",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A minimal node SOAP client",
55
"engines": {
66
"node": ">=0.10.0"

0 commit comments

Comments
 (0)
Please sign in to comment.