From 56f7b23aee7e270a4750bcc4d7494f049dd06959 Mon Sep 17 00:00:00 2001 From: cannorin Date: Mon, 9 May 2022 15:57:31 +0900 Subject: [PATCH] Release 1.4.4 --- CHANGELOG.md | 3 +++ dist_jsoo/dune-project | 2 +- dist_jsoo/ts2ocaml-jsoo-stdlib.opam | 2 +- package.json | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01a8a34e..d27cf960 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.4.4] - 2022-05-09 +- Fix a bug which caused ts2ocaml to crash when encountering an optional field with type `null | undefined`. + ## [1.4.3] - 2022-05-05 - Ts2ocaml now fails when it encounters unknown options, instead of just ignoring it. diff --git a/dist_jsoo/dune-project b/dist_jsoo/dune-project index afb12f95..30449f20 100644 --- a/dist_jsoo/dune-project +++ b/dist_jsoo/dune-project @@ -1,6 +1,6 @@ (lang dune 3.0) (name ts2ocaml-jsoo-stdlib) -(version 1.4.3) +(version 1.4.4) (maintainers "dev@ocsigen.org") (authors diff --git a/dist_jsoo/ts2ocaml-jsoo-stdlib.opam b/dist_jsoo/ts2ocaml-jsoo-stdlib.opam index b1e308cb..c3b99b5c 100644 --- a/dist_jsoo/ts2ocaml-jsoo-stdlib.opam +++ b/dist_jsoo/ts2ocaml-jsoo-stdlib.opam @@ -1,6 +1,6 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" -version: "1.4.3" +version: "1.4.4" synopsis: "Standard library for ts2ocaml generated bindings (js_of_ocaml target)" description: diff --git a/package.json b/package.json index eecd32ae..85d4425c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ocsigen/ts2ocaml", - "version": "1.4.3", + "version": "1.4.4", "description": "Generate OCaml bindings from TypeScript definitions via the TypeScript compiler API", "repository": { "type": "git",