From 8e115a8a50a452473d34224b2d899b473274dcd6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 23 Aug 2021 17:37:17 -0400 Subject: [PATCH] chore: release 6.1.0 (#277) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 16 ++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63fcc3a..67679de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ 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. +## [6.1.0](https://www.github.com/nodeshift/openshift-rest-client/compare/v6.0.0...v6.1.0) (2021-08-23) + + +### Features + +* upgrade tape from 4.13.3 to 5.2.2 ([#276](https://www.github.com/nodeshift/openshift-rest-client/issues/276)) ([c4e9ad1](https://www.github.com/nodeshift/openshift-rest-client/commit/c4e9ad1ff80a988b38951fed45c93f00dc838e6d)) + + +### Bug Fixes + +* upgrade coveralls from 3.1.0 to 3.1.1 ([#273](https://www.github.com/nodeshift/openshift-rest-client/issues/273)) ([c3396d8](https://www.github.com/nodeshift/openshift-rest-client/commit/c3396d80ebb0100a9f70b77c73ebbdeea11c36da)) +* upgrade documentation from 13.1.1 to 13.2.5 ([#269](https://www.github.com/nodeshift/openshift-rest-client/issues/269)) ([126d7e8](https://www.github.com/nodeshift/openshift-rest-client/commit/126d7e838baaa5be7818e8d001a4416fd57a2a85)) +* upgrade eslint-plugin-import from 2.22.1 to 2.23.4 ([#270](https://www.github.com/nodeshift/openshift-rest-client/issues/270)) ([1bc4aef](https://www.github.com/nodeshift/openshift-rest-client/commit/1bc4aef58767dd4ecd833b53673b38bb3ae755ca)) +* upgrade standard-version from 9.1.1 to 9.3.0 ([#271](https://www.github.com/nodeshift/openshift-rest-client/issues/271)) ([94ad525](https://www.github.com/nodeshift/openshift-rest-client/commit/94ad525de42e63ee575c7e070a2f382b75dd433c)) +* upgrade standard-version from 9.3.0 to 9.3.1 ([#274](https://www.github.com/nodeshift/openshift-rest-client/issues/274)) ([47f91a4](https://www.github.com/nodeshift/openshift-rest-client/commit/47f91a4a6be1a5b175681f7289ffc75d75fe15e6)) + ## [6.0.0](https://github.com/nodeshift/openshift-rest-client/compare/v5.1.0...v6.0.0) (2021-05-26) diff --git a/package-lock.json b/package-lock.json index 7f02e77..de1787b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "openshift-rest-client", - "version": "6.0.0", + "version": "6.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4dbc885..2c4aa15 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openshift-rest-client", - "version": "6.0.0", + "version": "6.1.0", "description": "Node.js client for developing with OpenShift", "main": "index.js", "scripts": {