Skip to content

Commit

Permalink
Release 1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cannorin committed May 9, 2022
1 parent 7bea160 commit 56f7b23
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion dist_jsoo/dune-project
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(lang dune 3.0)
(name ts2ocaml-jsoo-stdlib)
(version 1.4.3)
(version 1.4.4)

(maintainers "[email protected]")
(authors
Expand Down
2 changes: 1 addition & 1 deletion dist_jsoo/ts2ocaml-jsoo-stdlib.opam
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 56f7b23

Please sign in to comment.