Skip to content

Commit 3e7d366

Browse files
committed
bump version to 0.6.0
1 parent 3230b8c commit 3e7d366

2 files changed

Lines changed: 18 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,11 @@ All notable changes to the Adobe Script Runner extension will be documented in t
66

77
### Added
88

9-
- Support to execute scripts in `Adobe After Effects (Beta)`
10-
- Support to execute scripts in `Adobe Illustrator (Beta)`
11-
- Support to execute scripts in `Adobe Photoshop (Beta)`
12-
- ESLint + Prettier for a consistent codebase
9+
-
1310

1411
### Changed
1512

16-
- Updates default paths for After Effects, Illustrator, and Photoshop for Windows to 2022 application versions.
13+
-
1714

1815
### Fixed
1916

@@ -25,6 +22,21 @@ All notable changes to the Adobe Script Runner extension will be documented in t
2522

2623
---
2724

25+
## [0.6.0] 2022-06-08
26+
27+
### Added
28+
29+
- Support to execute scripts in `Adobe After Effects (Beta)`
30+
- Support to execute scripts in `Adobe Illustrator (Beta)`
31+
- Support to execute scripts in `Adobe Photoshop (Beta)`
32+
- ESLint + Prettier for a consistent codebase
33+
34+
### Changed
35+
36+
- Updates default paths for After Effects, Illustrator, and Photoshop for Windows to 2022 application versions.
37+
38+
---
39+
2840
## [0.5.0] 2021-03-13
2941

3042
### Changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "adobe-script-runner",
33
"displayName": "Adobe Script Runner",
44
"description": "Run Adobe scripts from VSCode",
5-
"version": "0.5.0",
5+
"version": "0.6.0",
66
"publisher": "renderTom",
77
"icon": "resources/icon.png",
88
"galleryBanner": {

0 commit comments

Comments
 (0)