From 261b338375e084882551d5b7259db21eed796854 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 17 Feb 2024 11:27:57 +0000 Subject: [PATCH] chore(release): 1.2.0 [skip ci] # [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)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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": {