From 74b4bd121c8c7cb5019b66102e15f8fc1850237e Mon Sep 17 00:00:00 2001 From: aarondill Date: Fri, 9 Feb 2024 10:57:51 -0600 Subject: [PATCH] Release 2.0.2 --- CHANGELOG.md | 10 +++++++++- package.json | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be148ad..5f75ad7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,19 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v2.0.2](https://github.com/aarondill/Vercel-Project-Manager/compare/v2.0.1...v2.0.2) + +- fix: fully type safe network requests [`a98a8bf`](https://github.com/aarondill/Vercel-Project-Manager/commit/a98a8bf6ea13799cb216456ce1db9c91db7ac5ef) +- refactor: refactor code [`5501d3f`](https://github.com/aarondill/Vercel-Project-Manager/commit/5501d3f27a931459bf9f00cbd4775c1d35864a2f) +- refactor: type safe network requests [`760bbd6`](https://github.com/aarondill/Vercel-Project-Manager/commit/760bbd665023052e831a47642d8895b8b8c66794) + #### [v2.0.1](https://github.com/aarondill/Vercel-Project-Manager/compare/v2.0.0...v2.0.1) +> 8 February 2024 + - refactor: move the fetch to /v2/oauth/access_token into Api [`c2eb173`](https://github.com/aarondill/Vercel-Project-Manager/commit/c2eb17398693416e69e7b725c3d85336816a4c69) - fix: remove documentation for ApiToken [`1bcdce8`](https://github.com/aarondill/Vercel-Project-Manager/commit/1bcdce85f28aa559697f33af32a2f48e3e101ac0) -- fix: return empty deployment list on network error [`554e9c4`](https://github.com/aarondill/Vercel-Project-Manager/commit/554e9c48a64ac07f1b90834845ab7e6cfd3f3e5d) +- Release 2.0.1 [`b090df3`](https://github.com/aarondill/Vercel-Project-Manager/commit/b090df3a8d41c06d54190c4ba4628c0b01582d53) ### [v2.0.0](https://github.com/aarondill/Vercel-Project-Manager/compare/v1.3.0...v2.0.0) diff --git a/package.json b/package.json index eabb312..9e7d62f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vercel-project-manager-vscode", "displayName": "Vercel Project Manager", - "version": "2.0.1", + "version": "2.0.2", "private": true, "description": "Manage Vercel Projects from VSCode", "categories": [