diff --git a/changelog.md b/changelog.md index af719fd..1c532a3 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Changelog +## 0.9.0: + +* Added support for CC2023. +* Updated dependencies to latest versions. + +Thanks to *chadsaun* for contributing to this version. + ## 0.8.0: * Added support for CC2022. diff --git a/package.json b/package.json index a886a07..974083a 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.8.0", + "version": "0.9.0", "homepage": "https://github.com/fcamarlinghi/grunt-cep", "author": { "name": "Francesco Camarlinghi",