diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ade99db..20cccf2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [14.0.0](https://github.com/bus-stop/x-terminal/compare/v13.1.5...v14.0.0) (2022-09-20) + + +### Bug Fixes + +* update xterm ([#485](https://github.com/bus-stop/x-terminal/issues/485)) ([256cbbb](https://github.com/bus-stop/x-terminal/commit/256cbbb1978129139a16a413b48b6ff1a8139f51)) + + +### BREAKING CHANGES + +* - xterm options will need to update to v5. +- Theme `selection` color renamed to `selectionBackground` + ## [13.1.5](https://github.com/bus-stop/x-terminal/compare/v13.1.4...v13.1.5) (2022-09-06) diff --git a/package-lock.json b/package-lock.json index 352ae4b0..b3385a8f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "x-terminal", - "version": "13.1.5", + "version": "14.0.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 368f9c64..ef59ef10 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "bugs": { "url": "https://github.com/bus-stop/x-terminal/issues/new/choose" }, - "version": "13.1.5", + "version": "14.0.0", "description": "An xterm based Atom plugin for providing terminals inside your Atom workspace. A fork of atom-xterm", "keywords": [ "terminal",