From 9881a3431dc736b6fa02a886b5bbb3d4e72b2e82 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 22 Jan 2022 17:04:17 +0000 Subject: [PATCH] chore(release): 2.0.1 [skip ci] ***NO_CI*** ## [2.0.1](https://github.com/marceloavf/digitalocean-tools-vsts/compare/v2.0.0...v2.0.1) (2022-01-22) ### Bug Fixes * node-fetch security upgrade ([d9e4574](https://github.com/marceloavf/digitalocean-tools-vsts/commit/d9e4574a4d99b0e1494cebfa81ecf6ce52551d9c)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de51320..9ff9b43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.1](https://github.com/marceloavf/digitalocean-tools-vsts/compare/v2.0.0...v2.0.1) (2022-01-22) + + +### Bug Fixes + +* node-fetch security upgrade ([d9e4574](https://github.com/marceloavf/digitalocean-tools-vsts/commit/d9e4574a4d99b0e1494cebfa81ecf6ce52551d9c)) + # [2.0.0](https://github.com/marceloavf/digitalocean-tools-vsts/compare/v1.0.0...v2.0.0) (2021-12-13) diff --git a/package.json b/package.json index 2cda7f1..73f8e93 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "digitalocean-tools-vsts", - "version": "2.0.0", + "version": "2.0.1", "description": "DigitalOcean task for the Azure DevOps system", "author": "Marcelo Formentão ", "license": "MIT",