Skip to content

Commit

Permalink
Release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aarondill committed Feb 13, 2024
1 parent 983c549 commit 518bf85
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,15 @@ 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.1.0](https://github.com/aarondill/Vercel-Project-Manager/compare/v2.0.2...v2.1.0)

- feat: add support for teams! [`#5`](https://github.com/aarondill/Vercel-Project-Manager/pull/5)
- refactor: remove unneeded activationEvents [`b68c622`](https://github.com/aarondill/Vercel-Project-Manager/commit/b68c622821cc7dfb08f5a75c42c30615fec724db)

#### [v2.0.2](https://github.com/aarondill/Vercel-Project-Manager/compare/v2.0.1...v2.0.2)

> 9 February 2024
- 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)
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.2",
"version": "2.1.0",
"private": true,
"description": "Manage Vercel Projects from VSCode",
"categories": [
Expand Down

0 comments on commit 518bf85

Please sign in to comment.