diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..570b98d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,4 @@ +## [0.1.12](https://github.com/miyajan/garoon-soap/compare/v0.1.11...v0.1.12) (2020-11-03) + + + diff --git a/package-lock.json b/package-lock.json index 85e2aba..5aeb9d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "garoon-soap", - "version": "0.1.11", + "version": "0.1.12", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 33b9beb..a008e82 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "garoon-soap", - "version": "0.1.11", + "version": "0.1.12", "description": "Garoon soap api client for Node and Browser", "main": "./dist/main.js", "types": "./dist/main.d.ts",