Skip to content

Commit

Permalink
chore(release): v1.4.0
Browse files Browse the repository at this point in the history
- Feat: 新增coding平台
- Feat: 新增gitee平台
- Fix: 修复响应状态非200时报错信息冗余的问题
  • Loading branch information
hpyer committed Sep 5, 2023
1 parent cadcf0a commit 6dfe597
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# CHANGELOG


## v1.4.0 (2023-09-05)

- Feat: 新增coding平台
- Feat: 新增gitee平台

- Fix: 修复响应状态非200时报错信息冗余的问题

## v1.3.2 (2023-04-23)

- Fix: npm包tag错误
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": "node-socialite",
"version": "1.3.2",
"version": "1.4.0",
"description": "Socialite is an OAuth2 authentication tool for Node.js",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 6dfe597

Please sign in to comment.