diff --git a/CHANGELOG.md b/CHANGELOG.md index 89ea80b..638baa0 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. +### [3.0.8](https://www.github.com/keq-request/keq-cli/compare/v3.0.7...v3.0.8) (2022-06-19) + + +### Bug Fixes + +* the request body is not autofilled ([35e48e7](https://www.github.com/keq-request/keq-cli/commit/35e48e7e7496e723b1b2480698476110db7333b0)) + ### [3.0.7](https://www.github.com/keq-request/keq-cli/compare/v3.0.6...v3.0.7) (2022-06-16) diff --git a/package.json b/package.json index f360ff3..4271fb5 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "semver": "^7.3.5", "valid-url": "^1.0.9" }, - "version": "3.0.7", + "version": "3.0.8", "directories": { "lib": "lib", "test": "test"