From 00443c08b8d275b03fbdac1d058a4b9b2626962c Mon Sep 17 00:00:00 2001 From: Val Date: Sun, 20 Jun 2021 17:51:50 -0400 Subject: [PATCH] Update changelog --- CHANGELOG.md | 7 ++++++- types/index.d.ts | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1896e60..0190d44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [8.0.3] - 2021-06-20 +* Update TypeScript types compatible with 8.0.0 release. ([#95]) + ## [8.0.2] - 2021-06-19 * Fix bug with `linkAfterHeader` permalink renderer. ([#93]) * Also fix regression where `symbol` wasn't allowed to be HTML anymore @@ -161,7 +164,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [1.0.0] - 2015-03-18 * Initial release. -[Unreleased]: https://github.com/valeriangalliat/markdown-it-anchor/compare/v8.0.2...HEAD +[Unreleased]: https://github.com/valeriangalliat/markdown-it-anchor/compare/v8.0.3...HEAD +[8.0.3]: https://github.com/valeriangalliat/markdown-it-anchor/compare/v8.0.2...v8.0.3 [8.0.2]: https://github.com/valeriangalliat/markdown-it-anchor/compare/v8.0.1...v8.0.2 [8.0.1]: https://github.com/valeriangalliat/markdown-it-anchor/compare/v8.0.0...v8.0.1 [8.0.0]: https://github.com/valeriangalliat/markdown-it-anchor/compare/v7.1.0...v8.0.0 @@ -234,3 +238,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. [#89]: https://github.com/valeriangalliat/markdown-it-anchor/pull/89 [#91]: https://github.com/valeriangalliat/markdown-it-anchor/pull/91 [#93]: https://github.com/valeriangalliat/markdown-it-anchor/pull/93 +[#95]: https://github.com/valeriangalliat/markdown-it-anchor/pull/95 diff --git a/types/index.d.ts b/types/index.d.ts index abf8639..0ac1566 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -55,4 +55,4 @@ declare namespace anchor { declare function anchor(md: MarkdownIt, opts?: anchor.AnchorOptions): void; -export = anchor; \ No newline at end of file +export = anchor;