Skip to content

Commit 471d614

Browse files
committed
Release 1.3.1
1 parent 35be4a8 commit 471d614

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.3.1] - 2021-12-24
10+
- Fix a bug which prevented ts2ocaml from handling enum types without explicit values.
11+
- Fix a bug which prevented ts2ocaml from parsing package.json correctly.
12+
913
## [1.3.0] - 2021-12-10
1014
- Upgrade gen\_js\_api to 1.0.9.
1115
- Ts2ocaml now merges enum case names if they have the same value.

dist_jsoo/dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(lang dune 2.7)
22
(name ts2ocaml-jsoo-stdlib)
3-
(version 1.3.0)
3+
(version 1.3.1)
44

55
(maintainers "[email protected]")
66
(authors

dist_jsoo/ts2ocaml-jsoo-stdlib.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is generated by dune, edit dune-project instead
22
opam-version: "2.0"
3-
version: "1.3.0"
3+
version: "1.3.1"
44
synopsis:
55
"Standard library for ts2ocaml generated bindings (js_of_ocaml target)"
66
description:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ocsigen/ts2ocaml",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "Generate OCaml bindings from TypeScript definitions via the TypeScript compiler API",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)