Skip to content

Commit

Permalink
Release 0.6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjm committed Dec 6, 2023
1 parent 007e161 commit 78bbf42
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

## Unreleased

## 0.6.1.0

* Fix a bug which caused enum formatting mode to turn off when multiple declarations were provided (#41)
* Fix some mismatch issues where an enum value doesn't match the desired string.

## 0.6.0.0

Expand Down
2 changes: 1 addition & 1 deletion aeson-typescript.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: aeson-typescript
version: 0.6.0.0
version: 0.6.1.0
synopsis: Generate TypeScript definition files from your ADTs
description: Please see the README on Github at <https://github.com/codedownio/aeson-typescript#readme>
category: Text, Web, JSON
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: aeson-typescript
version: 0.6.0.0
version: 0.6.1.0
github: "codedownio/aeson-typescript"
license: BSD3
category: Text, Web, JSON
Expand Down

0 comments on commit 78bbf42

Please sign in to comment.