Skip to content

Commit

Permalink
__SEMANTIC RELEASE VERSION UPDATE__
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI authored and Travis CI User committed Jul 19, 2018
1 parent bf05152 commit 0f0af45
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 33 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,11 @@
# v1.15.0
## 19 Jul 2018 — 03:24:45 UTC

### feat

+ __HyperRequest:__ Add throw on error flag ([bf05152](https://github.com/coldbox-modules/hyper/commit/bf051520eb90f9b917cf1d705cc594f5342b1d5e))


# v1.14.5
## 14 May 2018 — 18:35:29 UTC

Expand Down
66 changes: 33 additions & 33 deletions box.json
@@ -1,34 +1,34 @@
{
"name":"hyper",
"version":"1.14.5",
"author":"",
"location":"coldbox-modules/hyper#v1.14.5",
"homepage":"https://github.com/coldbox-modules/hyper",
"documentation":"https://github.com/coldbox-modules/hyper",
"repository":{
"type":"git",
"URL":"https://github.com/coldbox-modules/hyper"
},
"bugs":"https://github.com/coldbox-modules/hyper/issues",
"slug":"hyper",
"shortDescription":"A CFML HTTP Builder",
"description":"A CFML HTTP Builder",
"type":"modules",
"dependencies":{},
"devDependencies":{
"testbox":"^2.4.0+80",
"coldbox":"^4.3.0"
},
"installPaths":{
"testbox":"testbox",
"coldbox":"tests/resources/app/coldbox"
},
"scripts":{
"postVersion":"package set location='coldbox-modules/hyper#v`package version`'"
},
"ignore":[
"**/.*",
"test",
"tests"
]
{
"name":"hyper",
"version":"1.15.0",
"author":"",
"location":"coldbox-modules/hyper#v1.15.0",
"homepage":"https://github.com/coldbox-modules/hyper",
"documentation":"https://github.com/coldbox-modules/hyper",
"repository":{
"type":"git",
"URL":"https://github.com/coldbox-modules/hyper"
},
"bugs":"https://github.com/coldbox-modules/hyper/issues",
"slug":"hyper",
"shortDescription":"A CFML HTTP Builder",
"description":"A CFML HTTP Builder",
"type":"modules",
"dependencies":{},
"devDependencies":{
"testbox":"^2.4.0+80",
"coldbox":"^4.3.0"
},
"installPaths":{
"testbox":"testbox",
"coldbox":"tests/resources/app/coldbox"
},
"scripts":{
"postVersion":"package set location='coldbox-modules/hyper#v`package version`'"
},
"ignore":[
"**/.*",
"test",
"tests"
]
}

0 comments on commit 0f0af45

Please sign in to comment.