Skip to content

Commit 76aa56b

Browse files
author
github-actions
committed
v0.28.1
1 parent 1e7689e commit 76aa56b

4 files changed

Lines changed: 15 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.1](https://github.com/functionless/functionless/compare/v0.28.0...v0.28.1) (2022-10-14)
7+
8+
### Bug Fixes
9+
10+
- esbuild should output to lib ([#564](https://github.com/functionless/functionless/issues/564)) ([1e7689e](https://github.com/functionless/functionless/commit/1e7689e5604ae6d6568b49ef41425755496b642f))
11+
- prevent overwrite on existing packages ([#566](https://github.com/functionless/functionless/issues/566)) ([b554167](https://github.com/functionless/functionless/commit/b554167088378f5666b3d31009b5a1b26496153d))
12+
613
# [0.28.0](https://github.com/functionless/functionless/compare/v0.27.4...v0.28.0) (2022-10-14)
714

815
### 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.0"
21+
"version": "0.28.1"
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.1](https://github.com/functionless/functionless/compare/v0.28.0...v0.28.1) (2022-10-14)
7+
8+
### Bug Fixes
9+
10+
- esbuild should output to lib ([#564](https://github.com/functionless/functionless/issues/564)) ([1e7689e](https://github.com/functionless/functionless/commit/1e7689e5604ae6d6568b49ef41425755496b642f))
11+
612
# [0.28.0](https://github.com/functionless/functionless/compare/v0.27.4...v0.28.0) (2022-10-14)
713

814
### chore

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.0",
3+
"version": "0.28.1",
44
"description": "Create a Functionless app.",
55
"files": [
66
"lib",

0 commit comments

Comments
 (0)