Skip to content

Commit

Permalink
Release extension version 1.4.2 (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjlapao authored Oct 18, 2024
1 parent 47d0748 commit 408e5b4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to the "parallels-desktop" extension will be documented in this file.

## [1.4.2] - 2024-10-18

- Added the support for the latest macOS15 to the list of VMs

## [1.4.1] - 2024-10-11

- Added makefile for ease of access to functionalities
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"url": "https://github.com/Parallels/parallels-vscode-extension"
},
"icon": "img/logo/parallels_logo.png",
"version": "1.4.1",
"version": "1.4.2",
"engines": {
"vscode": "^1.90.0"
},
Expand Down
2 changes: 1 addition & 1 deletion src/constants/flags.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const VERSION = "1.4.1";
export const VERSION = "1.4.2";
export const FLAG_NO_GROUP = "no_group";
export const FLAG_OS = "parallels-desktop:os";
export const FLAG_CONFIGURATION = "parallels.configuration";
Expand Down

0 comments on commit 408e5b4

Please sign in to comment.