Skip to content

Commit

Permalink
Release extension version 1.4.1 (#142)
Browse files Browse the repository at this point in the history
Co-authored-by: cjlapao <[email protected]>
  • Loading branch information
github-actions[bot] and cjlapao authored Oct 11, 2024
1 parent cb82e08 commit 5878be1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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

## [1.4.1] - 2024-10-11

- Added makefile for ease of access to functionalities
- Added automation for the changelog file
- Improved the upload of the artifacts
- Added a script to generate changelog
- Added a script to generate release noted
- Initial updated for the new automation pipeline
- Fixed an issue with the drag and drop for the vms target

## [1.4.0] - 2024-10-09

- Fixed the issue where vscode would crash if created two remote hosts from the same name
Expand Down
4 changes: 2 additions & 2 deletions 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.0",
"version": "1.4.1",
"engines": {
"vscode": "^1.90.0"
},
Expand Down Expand Up @@ -1920,4 +1920,4 @@
"tailwindcss": "^3.3.2",
"uuid": "^9.0.0"
}
}
}

0 comments on commit 5878be1

Please sign in to comment.