Skip to content

Commit

Permalink
Merge pull request #58 from financialforcedev/release/2019-07-18
Browse files Browse the repository at this point in the history
Release/2019 07 18
  • Loading branch information
Steve Fry committed Jul 18, 2019
2 parents b7b952f + 29adaaf commit 34970a3
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 15 deletions.
3 changes: 1 addition & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
"**/.hg": true,
"**/.nyc_output": true,
"**/.svn": true,
"**/coverage": true,
"**/coverage-systemtests": true,
"**/coverage*": true,
"**/CVS": true
},
"files.insertFinalNewline": true,
Expand Down
11 changes: 0 additions & 11 deletions CHANGELOG-LATEST.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
# @financialforcedev/orizuru

## Latest changes (not yet released)

### OTHER CHANGES

- Use the Docker image from Orizuru-Transport-RabbitMQ for the system tests
- Add Docker scripts to the package.json that:
- Build the orizuru-transport-rabbitmq--rabbitmq service
- Start the orizuru-transport-rabbitmq--rabbitmq service
- Cleanup the created container and image
- Start the service then run the system tests
- Remove the RabbitMQ service from the Travis configuration
- Amalgamate the change log files
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @financialforcedev/orizuru

## 9.3.2

### OTHER CHANGES

- Use the Docker image from Orizuru-Transport-RabbitMQ for the system tests
- Add Docker scripts to the package.json that:
- Build the orizuru-transport-rabbitmq--rabbitmq service
- Start the orizuru-transport-rabbitmq--rabbitmq service
- Cleanup the created container and image
- Start the service then run the system tests
- Remove the RabbitMQ service from the Travis configuration
- Amalgamate the change log files

## 9.3.1

- Rework and complete documentation
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": "@financialforcedev/orizuru",
"version": "9.3.1",
"version": "9.3.2",
"description": "Streamlined communication between Heroku dynos / other worker processes",
"main": "dist/src/index.js",
"types": "dist/types/src/index.d.ts",
Expand Down

0 comments on commit 34970a3

Please sign in to comment.