We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b2a261 commit be5df91Copy full SHA for be5df91
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
## Unreleased
4
5
+## [0.2.2](https://github.com/m15a/purescript-choku/tree/v0.2.2) (2024-01-26)
6
+
7
+### Fixed
8
9
+- `spago publish` error: module `Test.Main` should not be published
10
11
## [0.2.1](https://github.com/m15a/purescript-choku/tree/v0.2.1) (2024-01-26)
12
13
### Fixed
spago.yaml
@@ -19,7 +19,7 @@ package:
19
censor_project_warnings:
20
- ImplicitQualifiedImportReExport
21
publish:
22
- version: 0.2.1
+ version: 0.2.2
23
license: MIT
24
location:
25
githubOwner: m15a
0 commit comments