From 7e2d7d6e89384fb2c8709de2263598d8882f4711 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 13:15:16 -0400 Subject: [PATCH] chore(main): release 9.1.0 (#412) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 17 +++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f50d072..fc993c4 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. +## [9.1.0](https://github.com/nodeshift/openshift-rest-client/compare/v9.0.0...v9.1.0) (2024-08-07) + + +### Features + +* upgrade nyc from 15.1.0 to 17.0.0 ([#408](https://github.com/nodeshift/openshift-rest-client/issues/408)) ([4739306](https://github.com/nodeshift/openshift-rest-client/commit/4739306cb82b49b617481778f251b37e523c7d2b)) +* upgrade undici from 5.28.3 to 6.11.1 ([#404](https://github.com/nodeshift/openshift-rest-client/issues/404)) ([0ce2334](https://github.com/nodeshift/openshift-rest-client/commit/0ce2334fc1740ee7c3bcf2a5385738f3d79b6d11)) + + +### Bug Fixes + +* package.json & package-lock.json to reduce vulnerabilities ([#411](https://github.com/nodeshift/openshift-rest-client/issues/411)) ([3e71a63](https://github.com/nodeshift/openshift-rest-client/commit/3e71a630cca07d421d54138a169ac57c81d15aa4)) +* upgrade eslint-plugin-promise from 6.0.0 to 6.2.0 ([#407](https://github.com/nodeshift/openshift-rest-client/issues/407)) ([8ed3d1b](https://github.com/nodeshift/openshift-rest-client/commit/8ed3d1b6cc9293701a927be6e0c302d1a04aa7ea)) +* upgrade tape from 5.7.5 to 5.8.0 ([#409](https://github.com/nodeshift/openshift-rest-client/issues/409)) ([0b84226](https://github.com/nodeshift/openshift-rest-client/commit/0b8422689c7ce8ef8b9ce4bc84fa5482f3ca5704)) +* upgrade tape from 5.8.0 to 5.8.1 ([#418](https://github.com/nodeshift/openshift-rest-client/issues/418)) ([c8f4487](https://github.com/nodeshift/openshift-rest-client/commit/c8f44872b96d6d598d021ad1b04638f9cb7e34aa)) +* upgrade undici from 6.11.1 to 6.19.2 ([#422](https://github.com/nodeshift/openshift-rest-client/issues/422)) ([840ea01](https://github.com/nodeshift/openshift-rest-client/commit/840ea01d2429cd7a074d70b0f557195483e369f0)) + ## [9.0.0](https://github.com/nodeshift/openshift-rest-client/compare/v8.0.3...v9.0.0) (2024-04-23) diff --git a/package-lock.json b/package-lock.json index 05e0e2f..d3e439f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "openshift-rest-client", - "version": "9.0.0", + "version": "9.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "openshift-rest-client", - "version": "9.0.0", + "version": "9.1.0", "license": "Apache-2.0", "dependencies": { "kubernetes-client": "9.0.0", diff --git a/package.json b/package.json index 2718d03..1a31cc3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openshift-rest-client", - "version": "9.0.0", + "version": "9.1.0", "description": "Node.js client for developing with OpenShift", "main": "index.js", "type": "commonjs",