Skip to content

Commit 29ec299

Browse files
committed
vv3.1.0-prerelease.0
1 parent d08832f commit 29ec299

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [3.1.0-prerelease.0](https://github.com/redhataccess/spandx/compare/v3.0.0...v3.1.0-prerelease.0) (2025-03-10)
2+
3+
4+
### Bug Fixes
5+
6+
* proxy support ([d08832f](https://github.com/redhataccess/spandx/commit/d08832f8cfc593e1d62f45ade7840b5077a172fc))
7+
8+
9+
110
# [3.0.0](https://github.com/redhataccess/spandx/compare/v2.2.7...v3.0.0) (2023-10-23)
211

312
* test!: remove support for node 16 ([111e79a](https://github.com/redhataccess/spandx/commit/111e79a409a43de55962e94ed08752f68cbc9d0c))

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "spandx",
3-
"version": "3.0.0",
3+
"version": "v3.1.0-prerelease.0",
44
"description": "Develop locally, proxy to prod, browser-sync, inject Portal Chrome.",
55
"main": "app/spandx.js",
66
"bin": "app/cli.js",
@@ -45,6 +45,7 @@
4545
"finalhandler": "1.2.0",
4646
"got": "11.8.3",
4747
"hostile": "1.3.3",
48+
"hpagent": "1.2.0",
4849
"http-proxy": "1.18.1",
4950
"http-proxy-agent": "7.0.0",
5051
"https-proxy-agent": "7.0.0",
@@ -57,7 +58,6 @@
5758
"proxy-agent": "6.2.1",
5859
"serve-static": "1.15.0",
5960
"transformer-proxy": "0.3.5",
60-
"hpagent": "1.2.0",
6161
"yargs": "17.4.1"
6262
},
6363
"devDependencies": {

0 commit comments

Comments
 (0)