We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 213741b commit 41a2c51Copy full SHA for 41a2c51
2 files changed
CHANGELOG.md
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.1.5] - 2026-01-04
11
+
12
+### Fixed
13
14
+- Fixed demo video not being displayed in the README.md on npmjs page
15
16
+### Changed
17
18
+- Changed file type of the video from .mp4 to .gif
19
20
## [0.1.4] - 2026-01-04
21
22
### Fixed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "create-ely",
3
- "version": "0.1.4",
+ "version": "0.1.5",
4
"description": "Scaffold production-ready ElysiaJS projects with ease using Bun - choose between backend-only or full-stack monorepo templates",
5
"type": "module",
6
"author": {
0 commit comments