diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f75ad7..06de6a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 10e30bc..c7e0d03 100644 --- a/package.json +++ b/package.json @@ -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": [