diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e32fc1c..e13cad3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/package.json b/package.json index 010f7520..222c22d0 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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" }