From 3f169c91083ca4977d695cd7d57ed2fc69750934 Mon Sep 17 00:00:00 2001 From: cannorin Date: Thu, 13 Jul 2023 21:53:07 +0900 Subject: [PATCH] Release 1.4.6 --- CHANGELOG.md | 2 ++ dist_jsoo/dune-project | 2 +- dist_jsoo/ts2ocaml-jsoo-stdlib.opam | 2 +- package.json | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4abbc474..0843425e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ 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). ## [Unreleased] + +## [1.4.6] - 2023-07-13 - Fix a bug which generated unnecessarily duplicated option type (#315). ## [1.4.5] - 2023-07-13 diff --git a/dist_jsoo/dune-project b/dist_jsoo/dune-project index 97006b7c..dd44ba8b 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.5) +(version 1.4.6) (maintainers "dev@ocsigen.org") (authors diff --git a/dist_jsoo/ts2ocaml-jsoo-stdlib.opam b/dist_jsoo/ts2ocaml-jsoo-stdlib.opam index c1c195e7..b2a162b8 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.5" +version: "1.4.6" synopsis: "Standard library for ts2ocaml generated bindings (js_of_ocaml target)" description: diff --git a/package.json b/package.json index dd2595d4..b2dd36c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ocsigen/ts2ocaml", - "version": "1.4.5", + "version": "1.4.6", "description": "Generate OCaml bindings from TypeScript definitions via the TypeScript compiler API", "repository": { "type": "git",