diff --git a/CHANGES.md b/CHANGES.md index 832ed6be51..8bbbc23d15 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,9 @@ +## Version 10.7.3 (pending) + +- fix(parser) Resolves issue with missing TypeScript property [Jacob Swanner][] + +[Jacob Swanner]: https://github.com/jswanner + ## Version 10.7.2 This is a patch release. The only change is that deprecation messages diff --git a/types/index.d.ts b/types/index.d.ts index 6df7781242..b18bef6214 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -19,6 +19,7 @@ interface PublicApi { highlightAuto: (code: string, languageSubset?: string[]) => AutoHighlightResult fixMarkup: (html: string) => string highlightBlock: (element: HTMLElement) => void + highlightElement: (element: HTMLElement) => void configure: (options: Partial) => void initHighlighting: () => void initHighlightingOnLoad: () => void