From 0e5a3aae513e9669a05dd46b816e7b392b62349b Mon Sep 17 00:00:00 2001 From: only52607 Date: Wed, 29 Jun 2022 17:56:14 +0800 Subject: [PATCH] 2.7.2 --- build.gradle | 2 +- changelog.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 16f935e..6592dfa 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ plugins { allprojects { group 'com.github.only52607.lua-mirai' - version '2.7.1' + version '2.7.2' tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).all { kotlinOptions { freeCompilerArgs = ['-Xjvm-default=enable', '-Xopt-in=kotlin.RequiresOptIn', '-Xcontext-receivers'] diff --git a/changelog.md b/changelog.md index 78d8e18..223d1fe 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,12 @@ ## [Unreleased] +## [2.7.2] - 2022-06-29 + +### 修复 + +- 修复javascript脚本中`require`等模块方法 + ## [2.7.1] - 2022-06-18 ### 修复