Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.1...v1.1.0) (2021-05-01)

### Features

* Add error class which parses either plain arguments or response object ([6617eb3](6617eb3))
  • Loading branch information
semantic-release-bot committed May 1, 2021
1 parent a212561 commit d2f9e49
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.1.0](https://github.com/untemps/jsend-wrapper/compare/v1.0.1...v1.1.0) (2021-05-01)


### Features

* Add error class which parses either plain arguments or response object ([6617eb3](https://github.com/untemps/jsend-wrapper/commit/6617eb3624826d1df58e6c7a6f2972bcc0c65ad9))

## [1.0.1](https://github.com/untemps/jsend-wrapper/compare/v1.0.0...v1.0.1) (2021-05-01)

# 1.0.0 (2021-04-28)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@untemps/jsend-wrapper",
"version": "1.0.1",
"version": "1.1.0",
"description": "Class to wrap an HTTP response in a JSend Specification format",
"repository": "git@github.com:untemps/jsend-wrapper.git",
"keywords": [
Expand Down

0 comments on commit d2f9e49

Please sign in to comment.