Skip to content

Commit

Permalink
chore(release): 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lholmquist committed Sep 30, 2019
1 parent f6b53b7 commit f2caa82
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.

## [2.3.0](https://github.com/nodeshift/openshift-rest-client/compare/v2.2.2...v2.3.0) (2019-09-30)


### Features

* **auth:** add optional auth url param to client settings ([#167](https://github.com/nodeshift/openshift-rest-client/issues/167)) ([11df861](https://github.com/nodeshift/openshift-rest-client/commit/11df861))

### [2.2.2](https://github.com/nodeshift/openshift-rest-client/compare/v2.2.1...v2.2.2) (2019-09-11)

### [2.2.1](https://github.com/nodeshift/openshift-rest-client/compare/v2.2.0...v2.2.1) (2019-09-09)
Expand Down
13 changes: 11 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset='utf-8'>
<title>openshift-rest-client 2.2.2 | Documentation</title>
<title>openshift-rest-client 2.3.0 | Documentation</title>
<meta name='description' content='Node.js client for developing with OpenShift'>
<meta name='viewport' content='width=device-width,initial-scale=1'>
<link href='assets/bass.css' rel='stylesheet'>
Expand All @@ -15,7 +15,7 @@
<div id='split-left' class='overflow-auto fs0 height-viewport-100'>
<div class='py1 px2'>
<h3 class='mb0 no-anchor'>openshift-rest-client</h3>
<div class='mb1'><code>2.2.2</code></div>
<div class='mb1'><code>2.3.0</code></div>
<input
placeholder='Filter'
id='filter-input'
Expand Down Expand Up @@ -104,6 +104,15 @@ <h3 class='fl m0' id='openshiftclient'>



<tr>
<td class='break-word'><span class='code bold'>settings.authUrl</span> <code class='quiet'><a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String">string</a>?</code>
</td>
<td class='break-word'><span>Openshift Basic auth url
</span></td>
</tr>



<tr>
<td class='break-word'><span class='code bold'>settings.auth</span> <code class='quiet'><a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object">object</a>?</code>
</td>
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": "2.2.2",
"version": "2.3.0",
"description": "Node.js client for developing with OpenShift",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit f2caa82

Please sign in to comment.