-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
25 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,90 +1,22 @@ | ||
# Latest | ||
|
||
Check for [unreleased][] changes. | ||
|
||
## [1.3.0][] - 2019-10-30 | ||
|
||
- Updated packages | ||
- `marked` [v0.7.0](https://github.com/markedjs/marked/releases/tag/v0.7.0) | ||
- `eslint` | ||
- `eslint-config-prettier` | ||
- `eslint-plugin-prettier` | ||
- `mocha` | ||
- `prettier` | ||
|
||
# Previous | ||
|
||
## [1.2.0][] - 2019-02-20 | ||
|
||
- Docs updated | ||
- Updated packages | ||
- `debug` | ||
- `marked` | ||
- `eslint` | ||
- `eslint-config-prettier` | ||
- `eslint-plugin-prettier` | ||
- `mocha` | ||
- `prettier` | ||
|
||
## [1.1.0][] - 2018-10-26 | ||
|
||
- Updated packages | ||
- `debug` | ||
- `marked` | ||
- `eslint` | ||
- `eslint-config-prettier` | ||
- `eslint-plugin-prettier` | ||
- `prettier` | ||
|
||
## [1.0.1][] - 2018-09-14 | ||
|
||
- Added Prettier and ESLint | ||
- Updated Badges | ||
- Updated `debug` package | ||
|
||
## [1.0.0][] - 2018-07-17 | ||
|
||
- Fixed API | ||
- Upgraded to Marked 0.4.0 #31 | ||
- Fixed security issue with Buffer #29 | ||
- Ensure key is string #24 | ||
- Cross platform path separators (Windows) #16 | ||
- Strict file endings #10 | ||
- Allow missing keys #9 | ||
- Docs: Usage with highlighting lib #6 | ||
- Updated all packages | ||
|
||
## [0.2.2][] - 2018-01-09 | ||
|
||
- update marked dependency to fix security issue | ||
|
||
## [0.2.1][] - February 6, 2013 | ||
|
||
- add debug statements | ||
|
||
## [0.2.0][] - February 5, 2013 | ||
|
||
- update to use buffers for metalsmith 0.1.0 | ||
|
||
## [0.1.0][] - February 5, 2013 | ||
|
||
- add `keys` option | ||
|
||
## 0.0.1 - February 4, 2013 | ||
|
||
--- | ||
|
||
:sparkles: | ||
|
||
--- | ||
|
||
[unreleased]: https://github.com/metalsmith/markdown/compare/v1.2.0...HEAD | ||
[1.3.0]: https://github.com/metalsmith/markdown/compare/v1.2.0...v1.3.0 | ||
[1.2.0]: https://github.com/metalsmith/markdown/compare/v1.1.0...v1.2.0 | ||
[1.1.0]: https://github.com/metalsmith/markdown/compare/v1.0.1...v1.1.0 | ||
[1.0.1]: https://github.com/metalsmith/markdown/compare/v1.0.0...v1.0.1 | ||
[1.0.0]: https://github.com/metalsmith/markdown/compare/v0.2.2...v1.0.0 | ||
[0.2.2]: https://github.com/metalsmith/markdown/compare/v0.2.1...v0.2.2 | ||
[0.2.1]: https://github.com/metalsmith/markdown/compare/v0.2.0...v0.2.1 | ||
[0.2.0]: https://github.com/metalsmith/markdown/compare/v0.1.0...v0.2.0 | ||
[0.1.0]: https://github.com/metalsmith/markdown/compare/v0.0.1...v0.1.0 | ||
### Changelog | ||
|
||
All notable changes to this project will be documented in this file. Dates are displayed in UTC. | ||
|
||
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). | ||
|
||
#### [v1.4.0](https://github.com/metalsmith/markdown/compare/v1.3.0...v1.4.0) | ||
|
||
- Fixed history [`#45`](https://github.com/metalsmith/markdown/pull/45) | ||
- Update packages to address 7 vulnerabilities [`#43`](https://github.com/metalsmith/markdown/pull/43) | ||
- 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) | ||
- 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) |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters