From 9f9d44ded9b8051703c69ae82847a4211b1ce11f Mon Sep 17 00:00:00 2001 From: Alfonso Garcia-Caro Date: Fri, 10 May 2019 15:43:31 +0200 Subject: [PATCH] fable-compiler 2.3.8: Fix #1832 --- src/Fable.Cli/Util.fs | 2 +- src/fable-compiler/RELEASE_NOTES.md | 4 ++++ src/fable-compiler/package-lock.json | 2 +- src/fable-compiler/package.json | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/Fable.Cli/Util.fs b/src/Fable.Cli/Util.fs index ae41e7fa89..7d39614baa 100644 --- a/src/Fable.Cli/Util.fs +++ b/src/Fable.Cli/Util.fs @@ -2,7 +2,7 @@ namespace Fable.Cli module Literals = - let [] VERSION = "2.3.7" + let [] VERSION = "2.3.8" let [] CORE_VERSION = "2.1.0" let [] DEFAULT_PORT = 61225 let [] FORCE = "force:" diff --git a/src/fable-compiler/RELEASE_NOTES.md b/src/fable-compiler/RELEASE_NOTES.md index 78dd867a77..33c7333a42 100644 --- a/src/fable-compiler/RELEASE_NOTES.md +++ b/src/fable-compiler/RELEASE_NOTES.md @@ -1,3 +1,7 @@ +### 2.3.8 + +* Fix #1832: unit arguments + ### 2.3.7 * Fix SRTP with anonymous records diff --git a/src/fable-compiler/package-lock.json b/src/fable-compiler/package-lock.json index ed9d4b5ef9..3cda3a4691 100644 --- a/src/fable-compiler/package-lock.json +++ b/src/fable-compiler/package-lock.json @@ -1,6 +1,6 @@ { "name": "fable-compiler", - "version": "2.3.7", + "version": "2.3.8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/src/fable-compiler/package.json b/src/fable-compiler/package.json index 650fbb3246..d984017651 100644 --- a/src/fable-compiler/package.json +++ b/src/fable-compiler/package.json @@ -1,6 +1,6 @@ { "name": "fable-compiler", - "version": "2.3.7", + "version": "2.3.8", "main": "dist/index.js", "description": "Fable compiler", "keywords": [