From 5050e547fd98dc4fe39db5b8fb2150fd55136f3c Mon Sep 17 00:00:00 2001 From: aarondill Date: Thu, 8 Feb 2024 15:36:54 -0600 Subject: [PATCH] Release 2.0.0 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 588914b..fc0e2da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,17 @@ 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.0](https://github.com/aarondill/Vercel-Project-Manager/compare/v1.3.0...v2.0.0) + +- feat!: Add Oauth login! [`#4`](https://github.com/aarondill/Vercel-Project-Manager/pull/4) +- fix: handle unauthenticated requests [`4708aad`](https://github.com/aarondill/Vercel-Project-Manager/commit/4708aadbe4762106afbc620b5a6fefa21eba0211) +- fix: handle requests when not authenticated [`771a84e`](https://github.com/aarondill/Vercel-Project-Manager/commit/771a84ef0fffd43f19ad8f4d5d661271b46d36e6) +- fix: store token in SecretStore [`1f3ed2c`](https://github.com/aarondill/Vercel-Project-Manager/commit/1f3ed2c407bb1bcccfdbe7107d0f62ad97aa50fb) + #### [v1.3.0](https://github.com/aarondill/Vercel-Project-Manager/compare/v1.2.0...v1.3.0) +> 8 February 2024 + - Fix: windows support in vercel CLI commands [`#3`](https://github.com/aarondill/Vercel-Project-Manager/pull/3) - fix!: don't open a shell [`14cca40`](https://github.com/aarondill/Vercel-Project-Manager/commit/14cca40f41b846504c4f3cd1189cfbc78fc20f7c) - fix: handle missing vercel before starting a terminal [`c5c8ab3`](https://github.com/aarondill/Vercel-Project-Manager/commit/c5c8ab31dfe9546b765944db2a6850549aad9cec) diff --git a/package.json b/package.json index 007a06c..c87eaf0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vercel-project-manager-vscode", "displayName": "Vercel Project Manager", - "version": "1.3.0", + "version": "2.0.0", "private": true, "description": "Manage Vercel Projects from VSCode", "categories": [