Skip to content
This repository was archived by the owner on Nov 13, 2023. It is now read-only.

Commit ddc9aab

Browse files
committed
Bump version to 0.5.0.
1 parent ac2ad1b commit ddc9aab

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Changes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.5.0
2+
3+
[Fix precedence when omitting option converter](https://github.com/cristianoc/genFlow/commit/ac2ad1ba278960ef906e97642d01e0e45f980c34).
4+
15
# 0.4.0
26

37
[Emit array type in a way that satisfies typescript’s linter](https://github.com/cristianoc/genFlow/commit/4e6674d35a4f85c2a98a7a8eb29367008245537c).

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Reason genFlow 0.3.0
1+
# Reason genFlow 0.5.0
22

33
`genFlow` is a tool to automatically generate typed bindings between [Reason](https://reasonml.github.io/), and either [Flow](https://flow.org/en/) or [TypeScript](https://www.typescriptlang.org/): see the companion project [genTypeScript](https://github.com/cristianoc/genTypeScript) for more info.
44

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "genFlow",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "Generate Flow bindings for Reason",
55
"license": "MIT",
66
"scripts": {

0 commit comments

Comments
 (0)