Skip to content

Commit

Permalink
Merge branch 'master' into npm
Browse files Browse the repository at this point in the history
  • Loading branch information
AfzalSabbir committed Feb 11, 2023
2 parents 4da9e1b + 4167ea5 commit 305222b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<title>...</title>` 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
Expand Down
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": "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",
Expand Down
2 changes: 1 addition & 1 deletion stubs/index.html.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vue SFC Vite - <% componentNameKebabCase %>></title>
<title>Vue SFC Vite - <%= componentNameKebabCase %></title>
</head>
<body>
<div id="app"></div>
Expand Down

0 comments on commit 305222b

Please sign in to comment.