Skip to content

Commit 9d9b295

Browse files
committed
Release 5.0.1
1 parent ff85d22 commit 9d9b295

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v5.0.1:
2+
date: 2024-08-27
3+
changes:
4+
- Replace use of deprecated `util.isArray`.
15
v5.0.0:
26
date: 2024-07-05
37
changes:

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# grunt-contrib-connect v5.0.0 [![Build Status](https://github.com/gruntjs/grunt-contrib-connect/workflows/Tests/badge.svg)](https://github.com/gruntjs/grunt-contrib-connect/actions?workflow=Tests)
1+
# grunt-contrib-connect v5.0.1 [![Build Status](https://github.com/gruntjs/grunt-contrib-connect/workflows/Tests/badge.svg)](https://github.com/gruntjs/grunt-contrib-connect/actions?workflow=Tests)
22

33
> Start a connect web server
44
@@ -380,6 +380,7 @@ grunt.registerTask('jasmine-server', 'start web server for jasmine tests in brow
380380

381381
## Release History
382382

383+
* 2024-08-27   v5.0.1   Replace use of deprecated `util.isArray`.
383384
* 2024-07-05   v5.0.0   Replaced node-http2 with http2-wrapper, potental breaking changes. Bump to deps, serve-static, async and internal grunt
384385
* 2023-07-13   v4.0.0   Requires node 16+. Updated dependencies.
385386
* 2020-07-16   v3.0.0   Requires node 10+. Updated dependencies.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "grunt-contrib-connect",
33
"description": "Start a connect web server",
4-
"version": "5.0.0",
4+
"version": "5.0.1",
55
"author": {
66
"name": "Grunt Team",
77
"url": "https://gruntjs.com/"

0 commit comments

Comments
 (0)