Skip to content

Commit

Permalink
Bump to v3.0.4
Browse files Browse the repository at this point in the history
Signed-off-by: Harry Chen <i@harrychen.xyz>
  • Loading branch information
Harry-Chen committed Apr 8, 2023
1 parent eaa3469 commit 09e8f36
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
![npm size](https://img.shields.io/bundlephobia/min/thu-learn-lib)
![npm downloads](https://img.shields.io/npm/dw/thu-learn-lib)

This is a JavaScript library aimed to provide a program-friendly interface of [web Learning of Tsinghua University](https://learn.tsinghua.edu.cn). Only the newest version (learn2018) is supported.
This is a JavaScript library aimed to provide a program-friendly interface of [web Learning of Tsinghua University](https://learn.tsinghua.edu.cn).

This project is licensed under MIT License.

Expand Down Expand Up @@ -137,6 +137,9 @@ It's ok if you meet `Timeout * Async callback was not invoked within the 5000ms

## Changelog

* v3.0.4
* No feature changes, upgrade dependencies

* v3.0.3
* No feature changes, upgrade dependencies

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "thu-learn-lib",
"version": "3.0.3",
"version": "3.0.4",
"description": "a JavaScript library to provide a program-friendly interface to Web Learning (2018) of Tsinghua University",
"main": "lib/index.js",
"module": "lib/index.js",
Expand Down

0 comments on commit 09e8f36

Please sign in to comment.