Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrappyz committed Sep 11, 2024
1 parent 7e11d8c commit 1bc5ece
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ All notable changes to `Project-Template` will be documented here.

## [1.0.0] - 2024/09/11

First release candidate.
First release version.

## [1.0.0-beta.3] - 2024/09/10

Expand Down
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"searchPaths": {
"filenames": {
"exclude": [],
"include": [
"**/*!*!*"
]
},
"files": {
"exclude": [],
"include": [
"!project!/!project!.py"
]
}
},
"variablePrefix": "!",
"variableSuffix": "!",
"variables": {
"name": "The name of user",
"project": "The project name"
}
{
"searchPaths": {
"filenames": {
"exclude": [],
"include": [
"**/*!*!*"
]
},
"files": {
"exclude": [],
"include": [
"!project!/!project!.py"
]
}
},
"variablePrefix": "!",
"variableSuffix": "!",
"variables": {
"name": "The name of user",
"project": "The project name"
}
}

0 comments on commit 1bc5ece

Please sign in to comment.