Skip to content

Commit 96d6fd3

Browse files
committed
Release 1.2.1
1 parent a8ed4f9 commit 96d6fd3

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.2.1] - 2021-12-07
10+
- Fix a bug which "relativized" the path of the specified output directory.
11+
- Fix a bug which prevented ts2ocaml from parsing package.json correctly.
12+
913
## [1.2.0] - 2021-11-30
1014
- Add an option `--merge` to merge the input definition files to one binding.
1115
- This is a breaking change; previously `--merge` was the default behavior.

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.2.0)
3+
(version 1.2.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.2.0"
3+
version: "1.2.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.2.0",
3+
"version": "1.2.1",
44
"description": "Generate OCaml bindings from TypeScript definitions via the TypeScript compiler API",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)