diff --git a/CHANGELOG.md b/CHANGELOG.md index 8896ed5..17cc4f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.1 (2024-07-29) + ## [3.0.0](https://github.com/ovh/node-ovh/compare/v2.0.3...v3.0.0) (2024-07-18) diff --git a/package-lock.json b/package-lock.json index 9debb48..12f2057 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ovhcloud/node-ovh", - "version": "3.0.0", + "version": "3.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ovhcloud/node-ovh", - "version": "3.0.0", + "version": "3.0.1", "license": "MIT", "dependencies": { "async": "0.9.x", diff --git a/package.json b/package.json index d4e97d9..a25fd7b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ovhcloud/node-ovh", - "version": "3.0.0", + "version": "3.0.1", "description": "Official Node.js wrapper for the OVH APIs", "homepage": "http://ovh.github.io/node-ovh", "author": "OVH SAS",