From fa1aa24a86fa1ffc0635f804d2a4eda522f36a31 Mon Sep 17 00:00:00 2001 From: reluc Date: Wed, 14 Feb 2024 19:02:39 +0100 Subject: [PATCH] chore: release v1.0.0-alpha.4 --- CHANGELOG.md | 11 ++++++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07638d8..4187f4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ +# [1.0.0-alpha.4](https://github.com/vaimee/zion/compare/v1.0.0-alpha.3...v1.0.0-alpha.4) (2024-02-14) + + +### Bug Fixes + +* **knexfile:** don't panic if there is no .env file ([5940b35](https://github.com/vaimee/zion/commit/5940b35e7f68f40ff815087ae477cb7d9496a080)) +* **static:** use CDN for spine-player.js ([95ba575](https://github.com/vaimee/zion/commit/95ba575cc65e0ccecf639194b297aa260aa98483)) +* use correct naming for .env variable db name ([b5ad291](https://github.com/vaimee/zion/commit/b5ad291653b8193716458ac58776f933ffdc38de)), closes [#59](https://github.com/vaimee/zion/issues/59) + # [1.0.0-alpha.3](https://github.com/vaimee/desmo-ld/compare/v1.0.0-alpha.2...v1.0.0-alpha.3) (2023-05-24) @@ -25,4 +34,4 @@ * add /.well-known/core route ([66597f0](https://github.com/vaimee/desmo-ld/commit/66597f0095c2d0acdeda6aec22469464eda7e1e7)) * implement security bootstrapping ([7534fbf](https://github.com/vaimee/desmo-ld/commit/7534fbf3e6d6db26f4ab3e7c97fc820a1cd459cb)) * introduce pool connection timeout ([f4d7caf](https://github.com/vaimee/desmo-ld/commit/f4d7caf7cea1f03c679bebf0d4cc97f11bd67099)) -* NODE_ENV variable determines which .env file will be loaded ([f3bee24](https://github.com/vaimee/desmo-ld/commit/f3bee2464c908171163c90f8c06b8a1d98c55ae7)) \ No newline at end of file +* NODE_ENV variable determines which .env file will be loaded ([f3bee24](https://github.com/vaimee/desmo-ld/commit/f3bee2464c908171163c90f8c06b8a1d98c55ae7)) diff --git a/package-lock.json b/package-lock.json index 5296ebd..63b3eb2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@vaimee/zion", - "version": "1.0.0-alpha.3", + "version": "1.0.0-alpha.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@vaimee/zion", - "version": "1.0.0-alpha.3", + "version": "1.0.0-alpha.4", "license": "Apache-2.0", "dependencies": { "@fastify/static": "^6.9.0", diff --git a/package.json b/package.json index a32a5e9..2741192 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vaimee/zion", - "version": "1.0.0-alpha.3", + "version": "1.0.0-alpha.4", "description": "", "author": "", "license": "Apache-2.0",