diff --git a/CHANGELOG.md b/CHANGELOG.md index a16d8eb..66e037d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.2.0](https://github.com/deployn/astro-deploy/compare/v1.1.0...v1.2.0) (2024-02-17) + + +### Features + +* **Prettier:** add prettier support ([7496556](https://github.com/deployn/astro-deploy/commit/74965569188816d773017dc70aa451760adfdeea)) + # [1.1.0](https://github.com/deployn/astro-deploy/compare/v1.0.0...v1.1.0) (2024-02-17) diff --git a/package.json b/package.json index dd3937b..8f77d16 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "astro-deploy", "type": "module", - "version": "1.1.0", + "version": "1.2.0", "description": "A custom Astro.js template", "private": true, "scripts": {