From 4f7818601c6e65ca4600e3d0f0770c3f468ac8eb Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 18 Feb 2024 14:32:37 +0000 Subject: [PATCH] chore(release): 1.4.0 [skip ci] # [1.4.0](https://github.com/deployn/astro-deploy/compare/v1.3.0...v1.4.0) (2024-02-18) ### Features * add PWA assets generation script and dependencies, include logo and manifest ([6e29d4f](https://github.com/deployn/astro-deploy/commit/6e29d4fe79b5ae76c03578903e5d26b87c3e54b3)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba4d36f..c672b2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.4.0](https://github.com/deployn/astro-deploy/compare/v1.3.0...v1.4.0) (2024-02-18) + + +### Features + +* add PWA assets generation script and dependencies, include logo and manifest ([6e29d4f](https://github.com/deployn/astro-deploy/commit/6e29d4fe79b5ae76c03578903e5d26b87c3e54b3)) + # [1.3.0](https://github.com/deployn/astro-deploy/compare/v1.2.0...v1.3.0) (2024-02-17) diff --git a/package.json b/package.json index 7ccf67d..9265e49 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "astro-deploy", "type": "module", - "version": "1.3.0", + "version": "1.4.0", "description": "A custom Astro.js template", "private": true, "scripts": {