From a01b6d5896dedba50349a7c91e8d12f8c924f0f7 Mon Sep 17 00:00:00 2001 From: Marie JONES <14836007+marie-j@users.noreply.github.com> Date: Thu, 18 Jul 2024 12:09:26 +0200 Subject: [PATCH] chore(release): 3.0.0 --- CHANGELOG.md | 21 +++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 24 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80ec100..8896ed5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. + +## [3.0.0](https://github.com/ovh/node-ovh/compare/v2.0.3...v3.0.0) (2024-07-18) + + +### ⚠ BREAKING CHANGES + +* package name is now @ovhcloud/node-ovh + +Signed-off-by: Marie JONES <14836007+marie-j@users.noreply.github.com> + +### build + +* update release process ([efd8fcd](https://github.com/ovh/node-ovh/commit/efd8fcdd1607b92400bb1098996a413a35d7cdaa)) + + +### Features + +* add oauth2 authentication method ([880852b](https://github.com/ovh/node-ovh/commit/880852b48f402ef6f8ca9ebf575a92fc079beb67)) +* allow /v1 or /v2 prefixes in path ([380d1ac](https://github.com/ovh/node-ovh/commit/380d1ac1a68654cbfb3450a01497c59bc4c0885d)) + ## 2.0.3 * [#19](https://github.com/ovh/node-ovh/pull/19) - docs(README): Update Mocha link diff --git a/package-lock.json b/package-lock.json index 966946f..9debb48 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ovhcloud/node-ovh", - "version": "2.0.3", + "version": "3.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ovhcloud/node-ovh", - "version": "2.0.3", + "version": "3.0.0", "license": "MIT", "dependencies": { "async": "0.9.x", diff --git a/package.json b/package.json index 0624863..8af6fcb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ovhcloud/node-ovh", - "version": "2.0.3", + "version": "3.0.0", "description": "Official Node.js wrapper for the OVH APIs", "homepage": "http://ovh.github.io/node-ovh", "author": "OVH SAS",