Skip to content

Commit

Permalink
chore(release): 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lholmquist committed Oct 1, 2021
1 parent 8be87a0 commit 735fcc6
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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.

## [7.0.0](https://github.com/nodeshift/openshift-rest-client/compare/v6.1.0...v7.0.0) (2021-10-01)

### ⚠ BREAKING CHANGES

* changes the default value of loadClusterFromSpec to true instead of false ([#285](https://github.com/nodeshift/openshift-rest-client/pull/285))([1442a3b](https://github.com/nodeshift/openshift-rest-client/commit/1442a3bfa08ac13ae962b8ea76e369a4a0ce2c28))




### Bug Fixes

* package.json & package-lock.json to reduce vulnerabilities ([#284](https://github.com/nodeshift/openshift-rest-client/issues/284)) ([a4742e8](https://github.com/nodeshift/openshift-rest-client/commit/a4742e87306c23858f9c969351b090eb953dec55))
* upgrade eslint-plugin-import from 2.23.4 to 2.24.0 ([#280](https://github.com/nodeshift/openshift-rest-client/issues/280)) ([6223ddb](https://github.com/nodeshift/openshift-rest-client/commit/6223ddb4e3fce11dd5741a8aef996c871c4a6815))
* upgrade eslint-plugin-import from 2.24.0 to 2.24.1 ([#282](https://github.com/nodeshift/openshift-rest-client/issues/282)) ([da100e7](https://github.com/nodeshift/openshift-rest-client/commit/da100e72f03515a1bc6f9f44fa9d655c07468d50))
* upgrade eslint-plugin-import from 2.24.1 to 2.24.2 ([#283](https://github.com/nodeshift/openshift-rest-client/issues/283)) ([f9e3ee8](https://github.com/nodeshift/openshift-rest-client/commit/f9e3ee8ac72a19307a9649241292ce28e1789127))
* upgrade tape from 5.2.2 to 5.3.1 ([#279](https://github.com/nodeshift/openshift-rest-client/issues/279)) ([d1feab8](https://github.com/nodeshift/openshift-rest-client/commit/d1feab895ef5d2d3d63a1f25abf379e17b1b9854))

## [6.1.0](https://www.github.com/nodeshift/openshift-rest-client/compare/v6.0.0...v6.1.0) (2021-08-23)


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

0 comments on commit 735fcc6

Please sign in to comment.