Skip to content

Commit

Permalink
Release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aarondill committed Feb 8, 2024
1 parent dd1efaa commit a4d69ad
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
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": "1.2.0",
"version": "1.3.0",
"private": true,
"description": "Manage Vercel Projects from VSCode",
"categories": [
Expand Down

0 comments on commit a4d69ad

Please sign in to comment.