diff --git a/CHANGELOG.md b/CHANGELOG.md index a3afc357..664ea717 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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). -## [Unreleased] +## [1.4.0-beta.3] - 2022-01-17 - Add option `--human-readable-anonymous-interface-names` (or `--readable-names`) to try to use more readable names instead of `AnonymousInterfaceN`. ## [1.4.0-beta.2] - 2022-01-17 diff --git a/package.json b/package.json index 6ed95001..dd9e0cd3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ocsigen/ts2ocaml", - "version": "1.4.0-beta.2", + "version": "1.4.0-beta.3", "description": "Generate OCaml bindings from TypeScript definitions via the TypeScript compiler API", "repository": { "type": "git",