Skip to content

Commit

Permalink
set version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mununki committed Mar 11, 2024
1 parent 68e8a11 commit 8980599
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# CHANGELOG

## 0.2.1 (unreleased)
## 0.2.2 (unreleased)

## 0.2.1

- a190663 Utilize Js.Json.Boolean(bool) instead oif Js.Json.True, False https://github.com/green-labs/ppx_spice/pull/58
- a190663 Add support of uncurried mode for interface(*.resi) https://github.com/green-labs/ppx_spice/pull/58
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@greenlabs/ppx-spice",
"version": "0.2.1-rc.2",
"version": "0.2.1",
"description": "ReScript PPX which generate JSON (de)serializer",
"license": "MIT",
"author": "Greenlabs Dev <[email protected]>",
Expand All @@ -21,4 +21,4 @@
"devDependencies": {
"@changesets/cli": "^2.26.2"
}
}
}

0 comments on commit 8980599

Please sign in to comment.