diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..79bc299 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +## [0.0.2](https://github.com/miyajan/garoon-rest/compare/v0.0.1...v0.0.2) (2020-06-29) + + +### Bug Fixes + +* add documents and add shipjs, and add the `headers` field to `GaroonRestAPIError` ([#2](https://github.com/miyajan/garoon-rest/issues/2)) ([28407e7](https://github.com/miyajan/garoon-rest/commit/28407e7be2548d6c9fa12433f0b88493bb509168)) + + + +## 0.0.1 (2020-06-29) + +* First Release! diff --git a/package-lock.json b/package-lock.json index 6678153..2571201 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@miyajan/garoon-rest", - "version": "0.0.1", + "version": "0.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 13d6c48..045a8e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@miyajan/garoon-rest", - "version": "0.0.1", + "version": "0.0.2", "publishConfig": { "access": "public" },