Skip to content

Commit

Permalink
Merge branch 'master' into next-body-parser-v5
Browse files Browse the repository at this point in the history
  • Loading branch information
3imed-jaberi committed Jun 24, 2023
2 parents 0421a1d + 5678a79 commit 6ef5d7a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/nodejs.yml
@@ -0,0 +1,15 @@
name: CI

on:
push:
branches: [ master ]

pull_request:
branches: [ master ]

jobs:
Job:
name: Node.js
uses: node-modules/github-actions/.github/workflows/node-test.yml@master
with:
version: '12, 14, 16, 18, 20'
6 changes: 6 additions & 0 deletions History.md
@@ -1,4 +1,10 @@

4.4.1 / 2023-06-22
==================

**fixes**
* [[`5a551b1`](http://github.com/koajs/bodyparser/commit/5a551b1de6f5e2200b8a838207b56ea1198bdb96)] - fix: compatible extra semicolon on content-type header (#153) (fengmk2 <<fengmk2@gmail.com>>)

4.4.0 / 2023-03-15
==================

Expand Down

0 comments on commit 6ef5d7a

Please sign in to comment.