diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e0ed9b..7abd17f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,21 @@ 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). +#### [v1.5.1](https://github.com/metalsmith/excerpts/compare/v1.5.0...v1.5.1) + +- Adds better JSDoc types and exports named plugin [`a49e465`](https://github.com/metalsmith/excerpts/commit/a49e4655c83ab26cf450c6c18fb5ccf9f99fe4e0) +- Fixes incorrect debug namespace to @metalsmith/excerpts [`fc4301c`](https://github.com/metalsmith/excerpts/commit/fc4301c49af9619a9ecb97cc76211c56114121aa) + #### [v1.5.0](https://github.com/metalsmith/excerpts/compare/v1.4.1...v1.5.0) -- Added build CI Badge [`9c1a075`](https://github.com/metalsmith/excerpts/commit/9c1a075d41c07a00e26aca47b6e70116eb24f268) -- Aligned dotfiles & default repository files with core metalsmith plugins [`fa74f1d`](https://github.com/metalsmith/excerpts/commit/fa74f1d872b072510422628fcac074c4695ab77e) +> 11 December 2021 + - Added nyc, coveralls, prettier, ESlint & replaced xo with mocha. Added NPM CI/CD scripts [`c6d7caf`](https://github.com/metalsmith/excerpts/commit/c6d7caf34f4b767c4832922ec7ac274d0e7aa171) - Aligned README structure & package.json, updated cheerio, debug. [`337f2a7`](https://github.com/metalsmith/excerpts/commit/337f2a7835aef0331f6f21483a8eb7286981d30d) +- [skip changelog] Downgrade mocha to Node 8 compat [`74f99c0`](https://github.com/metalsmith/excerpts/commit/74f99c033ff21ca922b44c33cfed6de9288bdd6d) +- [skip changelog] Formatted source w. Prettier, updated .release-it.json config [`00dadcd`](https://github.com/metalsmith/excerpts/commit/00dadcd46976cab8927d8f9a5318f93c8036e9c8) +- Aligned dotfiles & default repository files with core metalsmith plugins [`fa74f1d`](https://github.com/metalsmith/excerpts/commit/fa74f1d872b072510422628fcac074c4695ab77e) +- Added build CI Badge [`9c1a075`](https://github.com/metalsmith/excerpts/commit/9c1a075d41c07a00e26aca47b6e70116eb24f268) diff --git a/package-lock.json b/package-lock.json index aa50970..5bc8522 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@metalsmith/excerpts", - "version": "1.5.0", + "version": "1.5.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ff29fdb..a1d49e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metalsmith/excerpts", - "version": "1.5.0", + "version": "1.5.1", "description": "A Metalsmith plugin to extract an excerpt from HTML files.", "keywords": [ "excerpt",