create-app: fix release version to 0.4.13

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-01-18 14:57:45 +01:00
parent a94a2b8b3f
commit 0925b232fc
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# @backstage/create-app
## 1.0.0-next.0
## 0.4.13
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/create-app",
"description": "A CLI that helps you create your own Backstage app",
"version": "1.0.0-next.0",
"version": "0.4.13",
"private": false,
"publishConfig": {
"access": "public"