Skip to content

Commit 36af125

Browse files
authored
Update version in waspc.cabal and changelog (#2377)
1 parent 1e62987 commit 36af125

File tree

8 files changed

+13
-7
lines changed

8 files changed

+13
-7
lines changed

waspc/ChangeLog.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.15.2
4+
5+
### 🐞 Bug fixes
6+
7+
- Fixed build step for apps that use Wasp's new TS config.
8+
39
## 0.15.1
410

511
### 🐞 Bug fixes

waspc/e2e-test/test-outputs/waspBuild-golden/waspBuild/main.wasp

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

waspc/e2e-test/test-outputs/waspCompile-golden/waspCompile/main.wasp

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

waspc/e2e-test/test-outputs/waspComplexTest-golden/waspComplexTest/main.wasp

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

waspc/e2e-test/test-outputs/waspJob-golden/waspJob/main.wasp

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

waspc/e2e-test/test-outputs/waspMigrate-golden/waspMigrate/main.wasp

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

waspc/e2e-test/test-outputs/waspNew-golden/waspNew/main.wasp

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

waspc/waspc.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cabal-version: 2.4
66
-- Consider using hpack, or maybe even hpack-dhall.
77

88
name: waspc
9-
version: 0.15.1
9+
version: 0.15.2
1010
description: Please see the README on GitHub at <https://github.com/wasp-lang/wasp/waspc#readme>
1111
homepage: https://github.com/wasp-lang/wasp/waspc#readme
1212
bug-reports: https://github.com/wasp-lang/wasp/issues

0 commit comments

Comments
 (0)