Skip to content

Commit

Permalink
chore(release): 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lholmquist committed Feb 17, 2020
1 parent c9e0841 commit 2e77bc3
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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.0.0](https://github.com/nodeshift/openshift-rest-client/compare/v3.2.0...v4.0.0) (2020-02-17)


### ⚠ BREAKING CHANGES

* removal of Node 8 support

* engine parameter targets node 10+ ([#194](https://github.com/nodeshift/openshift-rest-client/issues/194)) ([ab0bab4](https://github.com/nodeshift/openshift-rest-client/commit/ab0bab46e705a1eac9279d7f87ffff4f09961875))

## [3.2.0](https://github.com/nodeshift/openshift-rest-client/compare/v3.1.0...v3.2.0) (2020-01-21)


Expand Down
4 changes: 2 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 3.2.0 | Documentation</title>
<title>openshift-rest-client 4.0.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>3.2.0</code></div>
<div class='mb1'><code>4.0.0</code></div>
<input
placeholder='Filter'
id='filter-input'
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": "3.2.0",
"version": "4.0.0",
"description": "Node.js client for developing with OpenShift",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 2e77bc3

Please sign in to comment.