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 Apr 2, 2020
1 parent 778cd73 commit c2d7011
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# v5.0.0
## 02 Apr 2020 — 22:10:08 UTC

### BREAKING

+ __\*:__ feat: Added interception points and return user from authorize ([778cd73](https://github.com/coldbox-modules/cbauth/commit/778cd739e80a73d3efe772e0475b2ed9db9db088))


# v4.1.2
## 18 Feb 2020 — 17:27:02 UTC

Expand Down
12 changes: 7 additions & 5 deletions box.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name":"cbauth",
"version":"4.1.2",
"version":"5.0.0",
"location":"forgeboxStorage",
"author":[
"Eric Peterson",
Expand All @@ -26,18 +26,20 @@
}
],
"dependencies":{
"cbstorages":"^2.0.0"
"cbstorages":"^2.0.0",
"coldbox":"stable"
},
"devDependencies":{
"testbox":"^3.0.0"
},
"installPaths":{
"testbox":"testbox/",
"cbstorages":"modules/cbstorages/"
"cbstorages":"modules/cbstorages/",
"coldbox":"coldbox/"
},
"scripts":{
"format": "cfformat run models/**/*.cfc,tests/specs/**/*.cfc --overwrite",
"format:check": "cfformat check models/**/*.cfc,tests/specs/**/*.cfc --verbose",
"format":"cfformat run models/**/*.cfc,tests/specs/**/*.cfc --overwrite",
"format:check":"cfformat check models/**/*.cfc,tests/specs/**/*.cfc --verbose",
"generateAPIDocs":"rm .tmp --recurse --force && docbox generate mapping=cbauth excludes=tests|ModuleConfig strategy-outputDir=.tmp/apidocs strategy-projectTitle=cbauth"
},
"ignore":[
Expand Down

0 comments on commit c2d7011

Please sign in to comment.