diff --git a/CHANGELOG.md b/CHANGELOG.md index 53c1297..53647a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.0](https://www.github.com/keq-request/keq-debug/compare/v1.1.1...v1.2.0) (2021-05-17) + + +### Features + +* log request method ([e45bf14](https://www.github.com/keq-request/keq-debug/commit/e45bf1457b04ae6e5d2a52c5feab482a6e822c66)) + + +### Bug Fixes + +* route parameters are not filled ([e69c7db](https://www.github.com/keq-request/keq-debug/commit/e69c7db7c9d614d1374311b5ebfb7d9974a93a09)) + ### [1.1.1](https://github.com/Val-istar-Guo/keq-debug/compare/v1.1.0...v1.1.1) (2021-04-21) ## [1.1.0](https://github.com/Val-istar-Guo/keq-debug/compare/v1.0.1...v1.1.0) (2021-04-21) diff --git a/package.json b/package.json index 5785423..de6cb1f 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "url": "^0.11.0" }, "description": "Log keq request infomation to console", - "version": "1.1.1", + "version": "1.2.0", "directories": { "test": "tests" },