Skip to content

Commit 6336d57

Browse files
committed
Release 2.0.0-beta.0
1 parent a4a48b3 commit 6336d57

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [2.0.0-beta.0]
10+
11+
- Add ReScript as a target (#32).
12+
- Add a new subcommand `ts2ocaml res`.
13+
- The documentation is available on [`docs/rescript.md`](docs/rescript.md).
14+
915
## [2.0.0-alpha.0]
1016
- Upgrade TypeScript to v5.
1117
- Added an explicit support of ambient modules.

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 3.0)
22
(name ts2ocaml-jsoo-stdlib)
3-
(version 2.0.0-alpha.0)
3+
(version 2.0.0-beta.0)
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: "2.0.0-alpha.0"
3+
version: "2.0.0-beta.0"
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": "2.0.0-alpha.0",
3+
"version": "2.0.0-beta.0",
44
"description": "Generate OCaml bindings from TypeScript definitions via the TypeScript compiler API",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)