This commit is contained in:
Jewgeni Lewash 2024-02-18 15:33:23 +01:00
commit 9ef077a357
2 changed files with 8 additions and 1 deletions

View File

@ -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) # [1.3.0](https://github.com/deployn/astro-deploy/compare/v1.2.0...v1.3.0) (2024-02-17)

View File

@ -1,7 +1,7 @@
{ {
"name": "astro-deploy", "name": "astro-deploy",
"type": "module", "type": "module",
"version": "1.3.0", "version": "1.4.0",
"description": "A custom Astro.js template", "description": "A custom Astro.js template",
"private": true, "private": true,
"scripts": { "scripts": {