Skip to content

Commit 1a2e80e

Browse files
committed
Release 1.4.0
1 parent 2c899a7 commit 1a2e80e

File tree

3 files changed

+25
-93
lines changed

3 files changed

+25
-93
lines changed

CHANGELOG.md

Lines changed: 22 additions & 90 deletions
Original file line numberDiff line numberDiff line change
@@ -1,90 +1,22 @@
1-
# Latest
2-
3-
Check for [unreleased][] changes.
4-
5-
## [1.3.0][] - 2019-10-30
6-
7-
- Updated packages
8-
- `marked` [v0.7.0](https://github.com/markedjs/marked/releases/tag/v0.7.0)
9-
- `eslint`
10-
- `eslint-config-prettier`
11-
- `eslint-plugin-prettier`
12-
- `mocha`
13-
- `prettier`
14-
15-
# Previous
16-
17-
## [1.2.0][] - 2019-02-20
18-
19-
- Docs updated
20-
- Updated packages
21-
- `debug`
22-
- `marked`
23-
- `eslint`
24-
- `eslint-config-prettier`
25-
- `eslint-plugin-prettier`
26-
- `mocha`
27-
- `prettier`
28-
29-
## [1.1.0][] - 2018-10-26
30-
31-
- Updated packages
32-
- `debug`
33-
- `marked`
34-
- `eslint`
35-
- `eslint-config-prettier`
36-
- `eslint-plugin-prettier`
37-
- `prettier`
38-
39-
## [1.0.1][] - 2018-09-14
40-
41-
- Added Prettier and ESLint
42-
- Updated Badges
43-
- Updated `debug` package
44-
45-
## [1.0.0][] - 2018-07-17
46-
47-
- Fixed API
48-
- Upgraded to Marked 0.4.0 #31
49-
- Fixed security issue with Buffer #29
50-
- Ensure key is string #24
51-
- Cross platform path separators (Windows) #16
52-
- Strict file endings #10
53-
- Allow missing keys #9
54-
- Docs: Usage with highlighting lib #6
55-
- Updated all packages
56-
57-
## [0.2.2][] - 2018-01-09
58-
59-
- update marked dependency to fix security issue
60-
61-
## [0.2.1][] - February 6, 2013
62-
63-
- add debug statements
64-
65-
## [0.2.0][] - February 5, 2013
66-
67-
- update to use buffers for metalsmith 0.1.0
68-
69-
## [0.1.0][] - February 5, 2013
70-
71-
- add `keys` option
72-
73-
## 0.0.1 - February 4, 2013
74-
75-
---
76-
77-
:sparkles:
78-
79-
---
80-
81-
[unreleased]: https://github.com/metalsmith/markdown/compare/v1.2.0...HEAD
82-
[1.3.0]: https://github.com/metalsmith/markdown/compare/v1.2.0...v1.3.0
83-
[1.2.0]: https://github.com/metalsmith/markdown/compare/v1.1.0...v1.2.0
84-
[1.1.0]: https://github.com/metalsmith/markdown/compare/v1.0.1...v1.1.0
85-
[1.0.1]: https://github.com/metalsmith/markdown/compare/v1.0.0...v1.0.1
86-
[1.0.0]: https://github.com/metalsmith/markdown/compare/v0.2.2...v1.0.0
87-
[0.2.2]: https://github.com/metalsmith/markdown/compare/v0.2.1...v0.2.2
88-
[0.2.1]: https://github.com/metalsmith/markdown/compare/v0.2.0...v0.2.1
89-
[0.2.0]: https://github.com/metalsmith/markdown/compare/v0.1.0...v0.2.0
90-
[0.1.0]: https://github.com/metalsmith/markdown/compare/v0.0.1...v0.1.0
1+
### Changelog
2+
3+
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
4+
5+
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
6+
7+
#### [v1.4.0](https://github.com/metalsmith/markdown/compare/v1.3.0...v1.4.0)
8+
9+
- Fixed history [`#45`](https://github.com/metalsmith/markdown/pull/45)
10+
- Update packages to address 7 vulnerabilities [`#43`](https://github.com/metalsmith/markdown/pull/43)
11+
- Update packages to address 7 vulnerabilities - minimatch, lodash, and extend deps [`3c567c5`](https://github.com/metalsmith/markdown/commit/3c567c50368eac7498672a92d3513f0955e048cd)
12+
- chore: update readme.md & package.json to org migration [`5f20b20`](https://github.com/metalsmith/markdown/commit/5f20b205c34799c155dfc5ae30e780d48cbfd01b)
13+
- Bump lodash from 4.17.15 to 4.17.21 [`e67efeb`](https://github.com/metalsmith/markdown/commit/e67efeb6134f754dfd9395f061caae1a3c9dfc20)
14+
- Bump glob-parent from 5.1.0 to 5.1.2 [`808fd6c`](https://github.com/metalsmith/markdown/commit/808fd6c48e927157900bf72810483ed1e7405bf7)
15+
- Aligned dotfiles & default repository files with core metalsmith plugins [`0f1cc8f`](https://github.com/metalsmith/markdown/commit/0f1cc8f19b051bcad422329f26a1d92051c8a663)
16+
- Dropped support for Node <8. Documented 'keys' option in README. Updated dev dependencies [`baf3422`](https://github.com/metalsmith/markdown/commit/baf3422bdde52fc543bd00fac5dedea7c9dfaa8c)
17+
- Add LICENSE file [`411e94c`](https://github.com/metalsmith/markdown/commit/411e94c2d8dad8f4564d0e8386b57f8d30b00e93)
18+
- Updated marked to 2.1.0, debug to 4.3.3 [`149d3d6`](https://github.com/metalsmith/markdown/commit/149d3d65e2eb38d25b3fdc850e425c871466cbbf)
19+
- Fixes marked incorrect node compat + jsdocs [`cfb384e`](https://github.com/metalsmith/markdown/commit/cfb384ee16659e377a0e43d4abdbc4c4acc6b5ca)
20+
- [skip travis] Merge pull request #52 from metalsmith/dependabot/npm_and_yarn/lodash-4.17.21 [`45c0362`](https://github.com/metalsmith/markdown/commit/45c03628af0fe234bd3a0d488b42a9bf40bcdcdb)
21+
- [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)
22+
- Fixes security vulnerabilities [`2c899a7`](https://github.com/metalsmith/markdown/commit/2c899a7580a8c223d4921fe8c0060bf0d739b7b7)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metalsmith/markdown",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "A Metalsmith plugin to render markdown files to HTML",
55
"keywords": [
66
"markdown",

0 commit comments

Comments
 (0)