Skip to content

Commit

Permalink
chore: release v1.0.0-alpha.4
Browse files Browse the repository at this point in the history
  • Loading branch information
relu91 committed Feb 14, 2024
1 parent 3bc1820 commit fa1aa24
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand All @@ -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))
* NODE_ENV variable determines which .env file will be loaded ([f3bee24](https://github.com/vaimee/desmo-ld/commit/f3bee2464c908171163c90f8c06b8a1d98c55ae7))
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit fa1aa24

Please sign in to comment.