Skip to content

Commit

Permalink
chore(release): 1.6.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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)
  • Loading branch information
semantic-release-bot committed Jun 25, 2022
1 parent a7e6c84 commit 0915e1a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 0915e1a

Please sign in to comment.