From e219f7408399f5179116e522c0af61f358bc92ab Mon Sep 17 00:00:00 2001 From: Kevin Van Lierde Date: Mon, 21 Mar 2022 00:32:34 +0100 Subject: [PATCH] Release 1.5.0 --- CHANGELOG.md | 17 +++++++---------- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57ab134..e22d40a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,26 +4,23 @@ 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). -#### [Unreleased](https://github.com/metalsmith/markdown/compare/v1.4.0...HEAD) - #### [v1.4.0](https://github.com/metalsmith/markdown/compare/v1.3.0...v1.4.0) > 12 December 2021 - Fixed history [`#45`](https://github.com/metalsmith/markdown/pull/45) - Update packages to address 7 vulnerabilities [`#43`](https://github.com/metalsmith/markdown/pull/43) +- Fixes security vulnerabilities [`2c899a7`](https://github.com/metalsmith/markdown/commit/2c899a7580a8c223d4921fe8c0060bf0d739b7b7) +- [skip travis] Merge pull request #53 from metalsmith/dependabot/npm_and_yarn/glob-parent-5.1.2 [`58c695c`](https://github.com/metalsmith/markdown/commit/58c695c194bdf2ca45f9ada81dcb35653124604f) +- [skip travis] Merge pull request #52 from metalsmith/dependabot/npm_and_yarn/lodash-4.17.21 [`45c0362`](https://github.com/metalsmith/markdown/commit/45c03628af0fe234bd3a0d488b42a9bf40bcdcdb) +- Dropped support for Node <8. Documented 'keys' option in README. Updated dev dependencies [`baf3422`](https://github.com/metalsmith/markdown/commit/baf3422bdde52fc543bd00fac5dedea7c9dfaa8c) - Update packages to address 7 vulnerabilities - minimatch, lodash, and extend deps [`3c567c5`](https://github.com/metalsmith/markdown/commit/3c567c50368eac7498672a92d3513f0955e048cd) -- chore: update readme.md & package.json to org migration [`5f20b20`](https://github.com/metalsmith/markdown/commit/5f20b205c34799c155dfc5ae30e780d48cbfd01b) -- Bump lodash from 4.17.15 to 4.17.21 [`e67efeb`](https://github.com/metalsmith/markdown/commit/e67efeb6134f754dfd9395f061caae1a3c9dfc20) -- Bump glob-parent from 5.1.0 to 5.1.2 [`808fd6c`](https://github.com/metalsmith/markdown/commit/808fd6c48e927157900bf72810483ed1e7405bf7) - Aligned dotfiles & default repository files with core metalsmith plugins [`0f1cc8f`](https://github.com/metalsmith/markdown/commit/0f1cc8f19b051bcad422329f26a1d92051c8a663) -- Dropped support for Node <8. Documented 'keys' option in README. Updated dev dependencies [`baf3422`](https://github.com/metalsmith/markdown/commit/baf3422bdde52fc543bd00fac5dedea7c9dfaa8c) -- Add LICENSE file [`411e94c`](https://github.com/metalsmith/markdown/commit/411e94c2d8dad8f4564d0e8386b57f8d30b00e93) - Updated marked to 2.1.0, debug to 4.3.3 [`149d3d6`](https://github.com/metalsmith/markdown/commit/149d3d65e2eb38d25b3fdc850e425c871466cbbf) +- Add LICENSE file [`411e94c`](https://github.com/metalsmith/markdown/commit/411e94c2d8dad8f4564d0e8386b57f8d30b00e93) - Fixes marked incorrect node compat + jsdocs [`cfb384e`](https://github.com/metalsmith/markdown/commit/cfb384ee16659e377a0e43d4abdbc4c4acc6b5ca) -- [skip travis] Merge pull request #52 from metalsmith/dependabot/npm_and_yarn/lodash-4.17.21 [`45c0362`](https://github.com/metalsmith/markdown/commit/45c03628af0fe234bd3a0d488b42a9bf40bcdcdb) -- [skip travis] Merge pull request #53 from metalsmith/dependabot/npm_and_yarn/glob-parent-5.1.2 [`58c695c`](https://github.com/metalsmith/markdown/commit/58c695c194bdf2ca45f9ada81dcb35653124604f) -- Fixes security vulnerabilities [`2c899a7`](https://github.com/metalsmith/markdown/commit/2c899a7580a8c223d4921fe8c0060bf0d739b7b7) +- Bump glob-parent from 5.1.0 to 5.1.2 [`808fd6c`](https://github.com/metalsmith/markdown/commit/808fd6c48e927157900bf72810483ed1e7405bf7) +- Bump lodash from 4.17.15 to 4.17.21 [`e67efeb`](https://github.com/metalsmith/markdown/commit/e67efeb6134f754dfd9395f061caae1a3c9dfc20) diff --git a/package-lock.json b/package-lock.json index f623778..adbc6cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@metalsmith/markdown", - "version": "1.4.0", + "version": "1.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@metalsmith/markdown", - "version": "1.4.0", + "version": "1.5.0", "license": "MIT", "dependencies": { "debug": "^4.3.4", diff --git a/package.json b/package.json index cc75705..e5661cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metalsmith/markdown", - "version": "1.4.0", + "version": "1.5.0", "description": "A Metalsmith plugin to render markdown files to HTML", "keywords": [ "markdown",