diff --git a/.cz.yaml b/.cz.yaml index cb455af..748ed64 100644 --- a/.cz.yaml +++ b/.cz.yaml @@ -3,6 +3,6 @@ commitizen: changelog_file: CHANGELOG.md name: cz_conventional_commits update_changelog_on_bump: true - version: 0.11.1 + version: 0.12.0 version_files: - version.go diff --git a/CHANGELOG.md b/CHANGELOG.md index 38d605d..3a744a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.12.0 (2023-12-15) + +### Feat + +- **compiler**: :globe_with_meridians: Add web compilation option + ## 0.11.1 (2023-09-29) ### Fix diff --git a/version.go b/version.go index e26b05a..beb6e53 100644 --- a/version.go +++ b/version.go @@ -7,4 +7,4 @@ import ( ) // Version is the semantic version of this reference implementation of postcard file format reading and writing -var Version = types.MustParseVersion("0.11.1") +var Version = types.MustParseVersion("0.12.0")