Skip to content
This repository was archived by the owner on Jun 11, 2026. It is now read-only.

Commit 3bf2a9a

Browse files
author
github-actions
committed
v0.28.5
1 parent f2bbf85 commit 3bf2a9a

4 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.28.5](https://github.com/functionless/functionless/compare/v0.28.4...v0.28.5) (2022-10-17)
7+
8+
### Bug Fixes
9+
10+
- create-functionless ts output config and gitignore ([#571](https://github.com/functionless/functionless/issues/571)) ([f2bbf85](https://github.com/functionless/functionless/commit/f2bbf851e1ec6599c313bcd60d9c558621a25775))
11+
612
## [0.28.4](https://github.com/functionless/functionless/compare/v0.28.3...v0.28.4) (2022-10-17)
713

814
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
"allowBranch": ["main", "*"]
1919
}
2020
},
21-
"version": "0.28.4"
21+
"version": "0.28.5"
2222
}

packages/create-functionless/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.28.5](https://github.com/functionless/functionless/compare/v0.28.4...v0.28.5) (2022-10-17)
7+
8+
### Bug Fixes
9+
10+
- create-functionless ts output config and gitignore ([#571](https://github.com/functionless/functionless/issues/571)) ([f2bbf85](https://github.com/functionless/functionless/commit/f2bbf851e1ec6599c313bcd60d9c558621a25775))
11+
612
## [0.28.4](https://github.com/functionless/functionless/compare/v0.28.3...v0.28.4) (2022-10-17)
713

814
**Note:** Version bump only for package create-functionless

packages/create-functionless/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-functionless",
3-
"version": "0.28.4",
3+
"version": "0.28.5",
44
"description": "Create a Functionless app.",
55
"files": [
66
"lib",

0 commit comments

Comments
 (0)