Skip to content

Commit

Permalink
chore(release): 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lholmquist committed May 22, 2020
1 parent 52324a7 commit 049059d
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.

## [4.1.0](https://github.com/nodeshift/openshift-rest-client/compare/v4.0.1...v4.1.0) (2020-05-22)


### Features

* Load from cluster spec ([#218](https://github.com/nodeshift/openshift-rest-client/issues/218)) ([52324a7](https://github.com/nodeshift/openshift-rest-client/commit/52324a7dcfc30062a6fb7f56862b4b770e228b77))


### Bug Fixes

* upgrade eslint-plugin-node from 11.0.0 to 11.1.0 ([#210](https://github.com/nodeshift/openshift-rest-client/issues/210)) ([308cf54](https://github.com/nodeshift/openshift-rest-client/commit/308cf54da06a14b64d81e1186cf93acc2049ca3f))

### [4.0.1](https://github.com/nodeshift/openshift-rest-client/compare/v4.0.0...v4.0.1) (2020-04-13)


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 lang="en">
<head>
<meta charset='utf-8'>
<title>openshift-rest-client 4.0.1 | Documentation</title>
<title>openshift-rest-client 4.1.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>4.0.1</code></div>
<div class='mb1'><code>4.1.0</code></div>
<input
placeholder='Filter'
id='filter-input'
Expand Down Expand Up @@ -98,6 +98,15 @@ <h3 class='fl m0' id='openshiftclient'>
</thead>
<tbody class='mt1'>

<tr>
<td class='break-word'><span class='code bold'>settings.loadSpecFromCluster</span> <code class='quiet'><a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean">boolean</a>?</code>
</td>
<td class='break-word'><span>load the api spec from a remote cluster. Defaults to false
</span></td>
</tr>



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

0 comments on commit 049059d

Please sign in to comment.