Skip to content

Commit

Permalink
chore(release): 1.6.0
Browse files Browse the repository at this point in the history
# [1.6.0](v1.5.0...v1.6.0) (2020-11-06)

### Bug Fixes

* **jobsview:** fix jobs sort order by enforcing null value on runningSince for waiting jobs ([7a7ac7c](7a7ac7c))

### Features

* **jobsview:** add primitive summary of jobs ([f7bed31](f7bed31))
  • Loading branch information
semantic-release-bot committed Nov 6, 2020
1 parent d3cba5f commit c93137b
Show file tree
Hide file tree
Showing 3 changed files with 175 additions and 136 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.6.0](https://github.com/mytlogos/enterprise-lister/compare/v1.5.0...v1.6.0) (2020-11-06)


### Bug Fixes

* **jobsview:** fix jobs sort order by enforcing null value on runningSince for waiting jobs ([7a7ac7c](https://github.com/mytlogos/enterprise-lister/commit/7a7ac7cf71575e3035dd3ea40f4a5246fcc0c9f8))


### Features

* **jobsview:** add primitive summary of jobs ([f7bed31](https://github.com/mytlogos/enterprise-lister/commit/f7bed31119fb29cbaac500e3bcda8ea3738f4333))

# [1.5.0](https://github.com/mytlogos/enterprise-lister/compare/v1.4.0...v1.5.0) (2020-11-05)


Expand Down
297 changes: 162 additions & 135 deletions 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": "enterprise-other",
"version": "1.5.0",
"version": "1.6.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down

0 comments on commit c93137b

Please sign in to comment.