Skip to content

Commit

Permalink
Bump package core to 0.0.366 and titus to 0.0.97 (#7001)
Browse files Browse the repository at this point in the history
* chore(core): Bump version to 0.0.366

4c06d10 feat(titus): Render run job output file as YAML (#6992)
b888ff5 fix(core): filter empty URL parts in ApiService, do not next scheduler on unsubscribe (#7000)

* chore(titus): Bump version to 0.0.97

4c06d10 feat(titus): Render run job output file as YAML (#6992)
  • Loading branch information
anotherchrisberry committed May 15, 2019
1 parent 4c06d10 commit 044410b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/scripts/modules/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spinnaker/core",
"version": "0.0.365",
"version": "0.0.366",
"main": "lib/lib.js",
"typings": "lib/index.d.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion app/scripts/modules/titus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spinnaker/titus",
"version": "0.0.96",
"version": "0.0.97",
"main": "lib/lib.js",
"typings": "lib/index.d.ts",
"scripts": {
Expand Down

0 comments on commit 044410b

Please sign in to comment.