Skip to content

Commit dc39071

Browse files
committed
v3.0.0
1 parent 111e79a commit dc39071

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [3.0.0](https://github.com/redhataccess/spandx/compare/v2.2.7...v3.0.0) (2023-10-23)
2+
3+
* test!: remove support for node 16 ([111e79a](https://github.com/redhataccess/spandx/commit/111e79a409a43de55962e94ed08752f68cbc9d0c))
4+
5+
### Features
6+
7+
* apply localized primer/chrome based on rh_locale cookie ([86dff14](https://github.com/redhataccess/spandx/commit/86dff145dca27689782068d4c44a6b05a5f739b2))
8+
9+
### BREAKING CHANGES
10+
11+
* remove support for node 16
12+
113
## [2.2.7](https://github.com/redhataccess/spandx/compare/v2.2.6...v2.2.7) (2023-08-30)
214

315
This patch reverts the breakage caused by a browser-sync upgrade in 2.2.6.

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": "2.2.7",
3+
"version": "3.0.0",
44
"description": "Develop locally, proxy to prod, browser-sync, inject Portal Chrome.",
55
"main": "app/spandx.js",
66
"bin": "app/cli.js",
@@ -65,8 +65,8 @@
6565
"jasmine": "3.9.0",
6666
"jasmine-spec-reporter": "7.0.0",
6767
"lint-staged": "13.2.2",
68-
"nodemon": "2.0.22",
6968
"markdown-toc": "1.2.0",
69+
"nodemon": "2.0.22",
7070
"opn": "5.5.0",
7171
"prettier": "2.3.1"
7272
}

0 commit comments

Comments
 (0)