mirror of
https://github.com/InsanusMokrassar/krontab.git
synced 2024-11-22 08:13:54 +00:00
fill changelog, remove legacy compiler for js
This commit is contained in:
parent
abc7a63d2e
commit
0f973adb9f
@ -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
|
||||
|
@ -50,7 +50,7 @@ apply from: './dokka.gradle'
|
||||
|
||||
kotlin {
|
||||
jvm()
|
||||
js(BOTH) {
|
||||
js(IR) {
|
||||
browser()
|
||||
nodejs()
|
||||
}
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user