From 735fcc64ec4f3e6cd9cac0b6755459d5ff2e9758 Mon Sep 17 00:00:00 2001 From: Lucas Holmquist Date: Fri, 1 Oct 2021 10:53:13 -0400 Subject: [PATCH] chore(release): 7.0.0 --- CHANGELOG.md | 17 +++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67679de..3313ba2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 84a6bac..9a6e0e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "openshift-rest-client", - "version": "6.1.0", + "version": "7.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index cf93d49..51ddf86 100644 --- a/package.json +++ b/package.json @@ -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": {