diff --git a/CHANGELOG.md b/CHANGELOG.md index 268a107..588914b 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). +#### [v1.3.0](https://github.com/aarondill/Vercel-Project-Manager/compare/v1.2.0...v1.3.0) + +- 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) +- refactor: CommandManger.registerAll [`eb2654a`](https://github.com/aarondill/Vercel-Project-Manager/commit/eb2654a86008f9cba0df065e9b91609575829622) + #### [v1.2.0](https://github.com/aarondill/Vercel-Project-Manager/compare/v1.1.2...v1.2.0) +> 21 July 2023 + - lint - prettier [`eaeb117`](https://github.com/aarondill/Vercel-Project-Manager/commit/eaeb117e37daf9570590d35e489515cdf6a0dd1d) - fix various typing issues [`ecaf4eb`](https://github.com/aarondill/Vercel-Project-Manager/commit/ecaf4eb9f5e0cc0c277641816e44e8b6cb5475da) - update dev deps [`56b0493`](https://github.com/aarondill/Vercel-Project-Manager/commit/56b049333e06ff2ef25f086ed65b6405d4600e60) diff --git a/package.json b/package.json index d3ee622..007a06c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vercel-project-manager-vscode", "displayName": "Vercel Project Manager", - "version": "1.2.0", + "version": "1.3.0", "private": true, "description": "Manage Vercel Projects from VSCode", "categories": [