Skip to content

Commit

Permalink
Merge pull request #353 from line/next
Browse files Browse the repository at this point in the history
Release 7.5.1
  • Loading branch information
tokuhirom authored Sep 5, 2022
2 parents 1b668fc + 6c84a08 commit a79c778
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 64 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 7.5.1 (5 Sep 2022)

### Misc
* Bump eventsource from 1.1.0 to 1.1.1 (#343)
* Bump file-type from 15.0.1 to 16.5.4 (#349)
* Bump terser from 4.8.0 to 4.8.1 (#348)
* Bump semver-regex from 3.1.2 to 3.1.4 (#344)
* Bump async from 2.6.3 to 2.6.4 (#339)

## 7.5.0 (8 Apr 2022)

### Feature
Expand Down
117 changes: 55 additions & 62 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@line/bot-sdk",
"version": "7.5.0",
"version": "7.5.1",
"description": "Node.js SDK for LINE Messaging API",
"engines": {
"node": ">=10"
Expand Down Expand Up @@ -40,7 +40,7 @@
"@types/node": "^14.18.12",
"axios": "^0.21.1",
"body-parser": "^1.20.0",
"file-type": "^15.0.0",
"file-type": "^16.5.4",
"form-data": "^3.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit a79c778

Please sign in to comment.