Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano committed Sep 30, 2022
2 parents 81d394e + 32467bf commit ba52e78
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
4 changes: 2 additions & 2 deletions box.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name":"CBStreams",
"version":"2.0.0",
"version":"2.0.1",
"location":"https://downloads.ortussolutions.com/ortussolutions/coldbox-modules/cbstreams/@build.version@/[email protected]@.zip",
"author":"Ortus Solutions, Corp",
"homepage":"https://github.com/ortus-solutions/cbstreams",
Expand All @@ -22,7 +22,7 @@
],
"contributors":[],
"dependencies":{
"cbproxies":"^1.0.0-snapshot"
"cbproxies":"^1.0.0"
},
"devDependencies":{
"commandbox-cfformat":"*",
Expand Down
8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

----

## [2.0.1] => 2022-SEP-29

### Fixed

* Use the release of `cbproxies` instead of the snapshot

----

## [2.0.0] => 2022-SEP-29

### New Features
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Build Status](https://travis-ci.org/coldbox-modules/cbstreams.svg?branch=development)](https://travis-ci.org/coldbox-modules/cbstreams)
[![cbstreams CI](https://github.com/coldbox-modules/cbstreams/actions/workflows/ci.yml/badge.svg)](https://github.com/coldbox-modules/cbstreams/actions/workflows/ci.yml)

# CB Streams

Expand Down
6 changes: 4 additions & 2 deletions test-harness/box.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,16 @@
"private":true,
"description":"",
"dependencies":{
"coldbox":"^6.0.0"
"coldbox":"^6.0.0",
"cbproxies":"^1.0.0"
},
"devDependencies":{
"testbox":"*"
},
"installPaths":{
"coldbox":"coldbox/",
"testbox":"testbox/"
"testbox":"testbox/",
"cbproxies":"modules/cbproxies/"
},
"testbox":{
"runner":"http://localhost:60299/tests/runner.cfm"
Expand Down

0 comments on commit ba52e78

Please sign in to comment.