We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9ca1a9 commit 82bd8ebCopy full SHA for 82bd8eb
2 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## [1.1.1](https://github.com/getscaf/template-starter/compare/v1.1.0...v1.1.1) (2026-03-01)
4
+
5
+### Bug Fixes
6
7
+* **template:** correct gh repo creation flags and provider handling ([#3](https://github.com/getscaf/template-starter/issues/3)) ([b9ca1a9](https://github.com/getscaf/template-starter/commit/b9ca1a9d821ae144f30ed7ae773b55c010561700))
8
9
## [1.1.0](https://github.com/getscaf/template-starter/compare/v1.0.0...v1.1.0) (2026-03-01)
10
11
### Features
package.json
@@ -1,6 +1,6 @@
{
"name": "template-starter",
- "version": "1.1.0",
+ "version": "1.1.1",
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
0 commit comments