Skip to content

Commit

Permalink
chore(release): 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lholmquist committed Jun 5, 2018
1 parent 02dd602 commit 939856d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="1.4.0"></a>
# [1.4.0](https://github.com/bucharest-gold/openshift-rest-client/compare/v1.3.0...v1.4.0) (2018-06-05)


### Bug Fixes

* travis-ci should use npm install instead of npm ci ([#74](https://github.com/bucharest-gold/openshift-rest-client/issues/74)) ([5d7b59b](https://github.com/bucharest-gold/openshift-rest-client/commit/5d7b59b))


### Features

* **ingress:** Expose the Ingress api. ([#77](https://github.com/bucharest-gold/openshift-rest-client/issues/77)) ([c80b457](https://github.com/bucharest-gold/openshift-rest-client/commit/c80b457)), closes [#73](https://github.com/bucharest-gold/openshift-rest-client/issues/73)



<a name="1.3.0"></a>
# [1.3.0](https://github.com/bucharest-gold/openshift-rest-client/compare/v1.2.0...v1.3.0) (2018-05-24)

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": "openshift-rest-client",
"version": "1.3.0",
"version": "1.4.0",
"description": "Node.js client for developing with OpenShift",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 939856d

Please sign in to comment.