Skip to content

Commit 80252a4

Browse files
committed
Version 3.0.0 Beta 2
1 parent 21e902e commit 80252a4

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Change log
22
==========
33

4+
## v3.0.0 Beta 2 - April 12, 2018
5+
* In JavaScriptEngineSwitcher.ChakraCore added support of ChakraCore version 1.8.3
6+
47
## v3.0.0 Beta 1 - April 8, 2018
58
* Format of the error messages was unified
69
* Created a new exception classes: `JsCompilationException`, `JsEngineException`, `JsFatalException`, `JsTimeoutException` and `JsUsageException`. These exceptions are responsible for handling errors, some of which were previously handled by the `JsRuntimeException` class.

src/JavaScriptEngineSwitcher.ChakraCore/JavaScriptEngineSwitcher.ChakraCore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<Product>JS Engine Switcher: ChakraCore</Product>
55
<VersionPrefix>3.0.0</VersionPrefix>
6-
<VersionSuffix>beta1</VersionSuffix>
6+
<VersionSuffix>beta2</VersionSuffix>
77
<TargetFrameworks>net40-client;net45;netstandard1.3;netstandard2.0</TargetFrameworks>
88
<NetStandardImplicitPackageVersion Condition=" '$(TargetFramework)' == 'netstandard1.3' ">1.6.0</NetStandardImplicitPackageVersion>
99
<OutputType>Library</OutputType>

src/JavaScriptEngineSwitcher.ChakraCore/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22

33
--------------------------------------------------------------------------------
4-
README file for JS Engine Switcher: ChakraCore v3.0.0 Beta 1
4+
README file for JS Engine Switcher: ChakraCore v3.0.0 Beta 2
55

66
--------------------------------------------------------------------------------
77

0 commit comments

Comments
 (0)