diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e301d8..1e94d8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.6.0](https://github.com/herbsjs/buchu/compare/v1.5.1...v1.6.0) (2022-06-25) + + +### Features + +* **add request.from() feature:** add request.from() feature which receives an object and settings ([98fdda7](https://github.com/herbsjs/buchu/commit/98fdda79fdeff0c51401f8fb9ad0233d53f53b9f)), closes [#53](https://github.com/herbsjs/buchu/issues/53) + ## [1.5.1](https://github.com/herbsjs/buchu/compare/v1.5.0...v1.5.1) (2022-04-21) diff --git a/package-lock.json b/package-lock.json index 83a8621..e6dc03a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@herbsjs/buchu", - "version": "1.5.1", + "version": "1.6.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 60fdb41..c25ab54 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@herbsjs/buchu", - "version": "1.5.1", + "version": "1.6.0", "description": "Uniform, auditable and secure use case javascript library", "main": "./src/buchu.js", "scripts": {