Skip to content

Commit

Permalink
Release 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aarondill committed Feb 9, 2024
1 parent a98a8bf commit 74b4bd1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit 74b4bd1

Please sign in to comment.