diff --git a/CHANGELOG.md b/CHANGELOG.md
index a5fa045..1cef05f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file. This projec
to [Semantic Versioning](http://semver.org/). This changelog was generated
with [github_changelog_generator](https://github.com/marketplace/actions/generate-changelog).
+## [0.1.0-alpha-5] - 2023-02-11
+
+### Fixed
+- [x] `componentNameKebabCase` is not showing in `
...` in `stubs/index.html.ejs`
+
+## Changed
+- Bumped `package.json` version to `0.1.0-alpha-5`
+
+
## [0.1.0-alpha-4] - 2023-02-11
### Added
diff --git a/package-lock.json b/package-lock.json
index 88aaa7f..4a9ab0b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "vue-sfc-vite",
- "version": "0.1.0-alpha-4",
+ "version": "0.1.0-alpha-5",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "vue-sfc-vite",
- "version": "0.1.0-alpha-4",
+ "version": "0.1.0-alpha-5",
"license": "MIT",
"dependencies": {
"@types/inquirer": "^9.0.3",
diff --git a/package.json b/package.json
index e293220..4d08770 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "vue-sfc-vite",
- "version": "0.1.0-alpha-4",
+ "version": "0.1.0-alpha-5",
"description": "Vue SFC Vite is a Vue 3 SFC template for Vite",
"keywords": [
"vue",
diff --git a/stubs/index.html.ejs b/stubs/index.html.ejs
index 1028fe1..a210368 100644
--- a/stubs/index.html.ejs
+++ b/stubs/index.html.ejs
@@ -3,7 +3,7 @@
- Vue SFC Vite - <% componentNameKebabCase %>>
+ Vue SFC Vite - <%= componentNameKebabCase %>