Skip to content

Commit

Permalink
Chore: (release) add version 1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.2.0](v1.1.0...v1.2.0) (2021-02-11)

### Chore

* adds example blog swagger test ([6f30cca](6f30cca))

### Fix

* fixes audit ([d7a94e2](d7a94e2))
* fixes axios run without context ([3a75f84](3a75f84))
* remove undefined params ([9cdba1f](9cdba1f))

### New

* adds draft blog example ([b27f5cb](b27f5cb))
* adds Raml reporter ([d813701](d813701))
* adds rawUrl and urlParams autopass ([f7f547e](f7f547e))
* interceptors in axios client ([f43898d](f43898d))
  • Loading branch information
semantic-release-bot committed Feb 11, 2021
1 parent d813701 commit 17437f6
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,23 @@
# [1.2.0](https://github.com/pustovitDmytro/rest-chronicle/compare/v1.1.0...v1.2.0) (2021-02-11)


### Chore

* adds example blog swagger test ([6f30cca](https://github.com/pustovitDmytro/rest-chronicle/commit/6f30ccaa80d8c66b7b6d913b09bc2464816cca1e))

### Fix

* fixes audit ([d7a94e2](https://github.com/pustovitDmytro/rest-chronicle/commit/d7a94e21fd13fb9510544c4fd7bb1cc7a0ea14ef))
* fixes axios run without context ([3a75f84](https://github.com/pustovitDmytro/rest-chronicle/commit/3a75f84c8a72a52e3eeb16ae188fdb5e9e6ed1b7))
* remove undefined params ([9cdba1f](https://github.com/pustovitDmytro/rest-chronicle/commit/9cdba1fe21ea8924220a96c865274387dd4c6388))

### New

* adds draft blog example ([b27f5cb](https://github.com/pustovitDmytro/rest-chronicle/commit/b27f5cbe88e4fadcf168a437b254d1ac5a9d5090))
* adds Raml reporter ([d813701](https://github.com/pustovitDmytro/rest-chronicle/commit/d8137010b5f30009c0c3f3edd3f4dc01188811aa))
* adds rawUrl and urlParams autopass ([f7f547e](https://github.com/pustovitDmytro/rest-chronicle/commit/f7f547ed9ad40d64dd4d233fd2093b5f776e362c))
* interceptors in axios client ([f43898d](https://github.com/pustovitDmytro/rest-chronicle/commit/f43898d39856099c7ea5a7580970360b16169a2a))

# [1.1.0](https://github.com/pustovitDmytro/rest-chronicle/compare/v1.0.0...v1.1.0) (2020-07-28)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "rest-chronicle",
"version": "1.1.0",
"version": "1.2.0",
"description": "autodocumentate rest api",
"main": "./lib",
"scripts": {
Expand Down

0 comments on commit 17437f6

Please sign in to comment.