Skip to content

Commit 0915e1a

Browse files
chore(release): 1.6.0 [skip ci]
# [1.6.0](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](98fdda7)), closes [#53](#53)
1 parent a7e6c84 commit 0915e1a

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.6.0](https://github.com/herbsjs/buchu/compare/v1.5.1...v1.6.0) (2022-06-25)
2+
3+
4+
### Features
5+
6+
* **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)
7+
18
## [1.5.1](https://github.com/herbsjs/buchu/compare/v1.5.0...v1.5.1) (2022-04-21)
29

310

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@herbsjs/buchu",
3-
"version": "1.5.1",
3+
"version": "1.6.0",
44
"description": "Uniform, auditable and secure use case javascript library",
55
"main": "./src/buchu.js",
66
"scripts": {

0 commit comments

Comments
 (0)