Skip to content

Commit

Permalink
Bump package core to 0.0.411 and titus to 0.0.112 (#7423)
Browse files Browse the repository at this point in the history
* chore(core): Bump version to 0.0.411

5d2e469 feat(core/pipeline): Add timestamp for failed executions (#7419)
3cfb3f1 feat(core/pipeline): Make custom artifacts more readable (#7418)
0034fa8 fix(core/pipeline): Add space before Source-link for failed executions (#7420)
bce3ac5 fix(core/pipeline): standardize manual execution field layouts (#7413)
9c0a994 fix(artifacts): Support custom artifacts with custom type (#7415)

* chore(titus): Bump version to 0.0.112

97c85d9 chore(titus): Deprecating pipeline migration strategy (#7414)
  • Loading branch information
Erik Munson authored Sep 23, 2019
1 parent 5d2e469 commit fa47f48
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.410",
"version": "0.0.411",
"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.111",
"version": "0.0.112",
"main": "lib/lib.js",
"typings": "lib/index.d.ts",
"scripts": {
Expand Down

0 comments on commit fa47f48

Please sign in to comment.