From 8a39527715466b9cb7e775032ef3a92aa7e12ee8 Mon Sep 17 00:00:00 2001 From: Harry Chen Date: Tue, 31 Aug 2021 13:51:00 +0800 Subject: [PATCH] Bump to v4.4.1 Signed-off-by: Harry Chen --- CHANGELOG.md | 5 +++++ dist/changelog.html | 5 +++++ dist/manifest.json | 2 +- package.json | 2 +- 4 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8f2fdf..f16a932 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## v4.4.1 + +* FIX possible missing current semester in semester choice dialog +* Upgrade dependencies to mitigate security issues + ## v4.4.0 * FIX error when reading data from disabled functionalities (#90) diff --git a/dist/changelog.html b/dist/changelog.html index 9379f8d..b814e32 100644 --- a/dist/changelog.html +++ b/dist/changelog.html @@ -13,6 +13,11 @@

更新记录

    +
  • 4.4.1
  • +
      +
    • [FIX] 修复切换学期对话框中可能没有网络学堂当前学期的问题(#92)
    • +
    • [ADD] 升级依赖以增强安全性
    • +
  • 4.4.0
    • [FIX] 修复读取课程关闭的功能时发生的错误(#90)
    • diff --git a/dist/manifest.json b/dist/manifest.json index 6daabb8..408919c 100644 --- a/dist/manifest.json +++ b/dist/manifest.json @@ -1,6 +1,6 @@ { "name": "__MSG_appName__", - "version": "4.4.0", + "version": "4.4.1", "minimum_chrome_version": "72", "manifest_version": 2, "description": "__MSG_appDesc__", diff --git a/package.json b/package.json index a32ebdf..ebb760d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "learn-helper", - "version": "4.4.0", + "version": "4.4.1", "author": "xxr3376 & Harry Chen", "license": "MIT", "private": true,