Skip to content

Commit a01b6d5

Browse files
committed
chore(release): 3.0.0
1 parent 34ca369 commit a01b6d5

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
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.
4+
5+
## [3.0.0](https://github.com/ovh/node-ovh/compare/v2.0.3...v3.0.0) (2024-07-18)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* package name is now @ovhcloud/node-ovh
11+
12+
Signed-off-by: Marie JONES <[email protected]>
13+
14+
### build
15+
16+
* update release process ([efd8fcd](https://github.com/ovh/node-ovh/commit/efd8fcdd1607b92400bb1098996a413a35d7cdaa))
17+
18+
19+
### Features
20+
21+
* add oauth2 authentication method ([880852b](https://github.com/ovh/node-ovh/commit/880852b48f402ef6f8ca9ebf575a92fc079beb67))
22+
* allow /v1 or /v2 prefixes in path ([380d1ac](https://github.com/ovh/node-ovh/commit/380d1ac1a68654cbfb3450a01497c59bc4c0885d))
23+
324
## 2.0.3
425

526
* [#19](https://github.com/ovh/node-ovh/pull/19) - docs(README): Update Mocha link

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ovhcloud/node-ovh",
3-
"version": "2.0.3",
3+
"version": "3.0.0",
44
"description": "Official Node.js wrapper for the OVH APIs",
55
"homepage": "http://ovh.github.io/node-ovh",
66
"author": "OVH SAS",

0 commit comments

Comments
 (0)