From 18e182aa1476b288825e1decc455ce3b4c2cffc9 Mon Sep 17 00:00:00 2001 From: Francesco Camarlinghi Date: Sat, 30 Oct 2021 16:19:33 +0200 Subject: [PATCH] Version 0.8 --- changelog.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 1186464..af719fd 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Changelog +## 0.8.0: + +* Added support for CC2022. +* Updated dependencies to latest versions. + +Thanks to *chadsaun* for contributing to this version. + ## 0.7.1: * Fixed CC 2021 Mac binary paths. diff --git a/package.json b/package.json index 9e614ad..a886a07 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-cep", "description": "A Grunt plugin that helps debugging and packaging HTML5-based extensions for Adobe Creative Cloud applications.", - "version": "0.7.1", + "version": "0.8.0", "homepage": "https://github.com/fcamarlinghi/grunt-cep", "author": { "name": "Francesco Camarlinghi",