diff --git a/CHANGELOG.md b/CHANGELOG.md index 53647a4..84c13fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.2.1](https://www.github.com/keq-request/keq-debug/compare/v1.2.0...v1.2.1) (2021-11-30) + + +### Bug Fixes + +* cannot parse response.body when response.status is 204 ([55d1bdd](https://www.github.com/keq-request/keq-debug/commit/55d1bddf8addbd42ac21d64a350a35b46d7525f7)) + ## [1.2.0](https://www.github.com/keq-request/keq-debug/compare/v1.1.1...v1.2.0) (2021-05-17) diff --git a/package.json b/package.json index de6cb1f..6b489a1 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "url": "^0.11.0" }, "description": "Log keq request infomation to console", - "version": "1.2.0", + "version": "1.2.1", "directories": { "test": "tests" },