From 6e0aee43d07af4af7585a49d3c9b5bacf58215b5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 08:37:00 -0400 Subject: [PATCH] chore(main): release 9.0.0 (#403) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6a7b38..f50d072 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 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.0.0](https://github.com/nodeshift/openshift-rest-client/compare/v8.0.3...v9.0.0) (2024-04-23) + + +### ⚠ BREAKING CHANGES + +* Remove Node 16 ([#402](https://github.com/nodeshift/openshift-rest-client/issues/402)) + +### Features + +* Remove Node 16 ([#402](https://github.com/nodeshift/openshift-rest-client/issues/402)) ([36947b8](https://github.com/nodeshift/openshift-rest-client/commit/36947b8d16af1aa7bab9d4cfa2fcd02250169819)) + ## [8.0.3](https://github.com/nodeshift/openshift-rest-client/compare/v8.0.2...v8.0.3) (2024-04-23) diff --git a/package-lock.json b/package-lock.json index 1038d28..e6a21b6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "openshift-rest-client", - "version": "8.0.3", + "version": "9.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "openshift-rest-client", - "version": "8.0.3", + "version": "9.0.0", "license": "Apache-2.0", "dependencies": { "kubernetes-client": "9.0.0", diff --git a/package.json b/package.json index b3303c2..c0dd4c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openshift-rest-client", - "version": "8.0.3", + "version": "9.0.0", "description": "Node.js client for developing with OpenShift", "main": "index.js", "type": "commonjs",