Skip to content

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mwcz committed Oct 23, 2023
1 parent 111e79a commit dc39071
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [3.0.0](https://github.com/redhataccess/spandx/compare/v2.2.7...v3.0.0) (2023-10-23)

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

### Features

* apply localized primer/chrome based on rh_locale cookie ([86dff14](https://github.com/redhataccess/spandx/commit/86dff145dca27689782068d4c44a6b05a5f739b2))

### BREAKING CHANGES

* remove support for node 16

## [2.2.7](https://github.com/redhataccess/spandx/compare/v2.2.6...v2.2.7) (2023-08-30)

This patch reverts the breakage caused by a browser-sync upgrade in 2.2.6.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spandx",
"version": "2.2.7",
"version": "3.0.0",
"description": "Develop locally, proxy to prod, browser-sync, inject Portal Chrome.",
"main": "app/spandx.js",
"bin": "app/cli.js",
Expand Down Expand Up @@ -65,8 +65,8 @@
"jasmine": "3.9.0",
"jasmine-spec-reporter": "7.0.0",
"lint-staged": "13.2.2",
"nodemon": "2.0.22",
"markdown-toc": "1.2.0",
"nodemon": "2.0.22",
"opn": "5.5.0",
"prettier": "2.3.1"
}
Expand Down

0 comments on commit dc39071

Please sign in to comment.