diff --git a/CHANGELOG.md b/CHANGELOG.md index c2548e6..9cb4e12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v2.1.8](https://github.com/henryhale/xterminal/compare/v2.1.7...v2.1.8) + +- merge: merge pull request #34 from henryhale/docs/showcase [`941f205`](https://github.com/henryhale/xterminal/commit/941f20507b2fd34fe361d25b7335d9810c92c7ee) + #### [v2.1.7](https://github.com/henryhale/xterminal/compare/v2.1.6...v2.1.7) +> 8 October 2023 + +- chore(release): v2.1.7 [`3dac7ef`](https://github.com/henryhale/xterminal/commit/3dac7ef91f92620383606c2007f5f0c2df173625) - merge: Merge pull request #33 from henryhale/docs/contributors [`6a6ac77`](https://github.com/henryhale/xterminal/commit/6a6ac7751388f8cb928f5ad9919b65e4f94503c0) +- docs: add contributors [`8ab974a`](https://github.com/henryhale/xterminal/commit/8ab974a04e68301fcc8d3c59996a83cc7f411d1c) #### [v2.1.6](https://github.com/henryhale/xterminal/compare/v2.1.5...v2.1.6) diff --git a/package.json b/package.json index a52a30c..83fadd5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xterminal", - "version": "2.1.7", + "version": "2.1.8", "description": "Build web-based cli interfaces", "main": "./dist/xterminal.umd.js", "module": "./dist/xterminal.esm.js",