diff --git a/CHANGELOG.md b/CHANGELOG.md index ae4a5b7..92417b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## Unreleased +## [0.2.2](https://github.com/m15a/purescript-choku/tree/v0.2.2) (2024-01-26) + +### Fixed + +- `spago publish` error: module `Test.Main` should not be published + ## [0.2.1](https://github.com/m15a/purescript-choku/tree/v0.2.1) (2024-01-26) ### Fixed diff --git a/spago.yaml b/spago.yaml index 801f443..590d2b0 100644 --- a/spago.yaml +++ b/spago.yaml @@ -19,7 +19,7 @@ package: censor_project_warnings: - ImplicitQualifiedImportReExport publish: - version: 0.2.1 + version: 0.2.2 license: MIT location: githubOwner: m15a