fill changelog, remove legacy compiler for js

This commit is contained in:
InsanusMokrassar 2021-07-28 14:31:30 +06:00
parent abc7a63d2e
commit 0f973adb9f
3 changed files with 11 additions and 2 deletions

View File

@ -1,5 +1,14 @@
# Changelog
## 0.6.2
**LEGACY COMPILER VARIANT FOR JS IS NOT AVAILABLE SINCE THIS UPDATE**
* Versions
* `Kotlin`: `1.5.21`
* `Coroutines`: `1.5.1`
* `Klock`: `2.3.1`
## 0.6.1
* Versions

View File

@ -50,7 +50,7 @@ apply from: './dokka.gradle'
kotlin {
jvm()
js(BOTH) {
js(IR) {
browser()
nodejs()
}

View File

@ -13,7 +13,7 @@ kotlin_coroutines_version=1.5.1
dokka_version=1.4.32
klockVersion=2.3.0
klockVersion=2.3.1
## Github reease