From 9c73316fe189b50733762368dbb14424015c7579 Mon Sep 17 00:00:00 2001 From: Matt Bierner Date: Tue, 29 Oct 2024 16:00:37 -0700 Subject: [PATCH] 0.5.0-alpha.8 --- CHANGELOG.md | 3 ++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e070b7..f267ec5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ # Changelog -## 0.5.0-alpha.8 — Unreleased +## 0.5.0-alpha.8 — October 29, 2024 - Fix incorrect detection of a multiline link definition #192 - Support spaces in angle brackets inside links: `[text](<#heading with spaces>)` +- Suppress diagnostics for `[!NOTE]` alert syntax. ## 0.5.0-alpha.7 — July 25, 2024 - Strip markup from header document symbols. This makes them more readable. diff --git a/package-lock.json b/package-lock.json index 5215bd0..777dcfe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-markdown-languageservice", - "version": "0.5.0-alpha.7", + "version": "0.5.0-alpha.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vscode-markdown-languageservice", - "version": "0.5.0-alpha.7", + "version": "0.5.0-alpha.8", "license": "MIT", "dependencies": { "@vscode/l10n": "^0.0.10", diff --git a/package.json b/package.json index 0e4c257..10c25ef 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vscode-markdown-languageservice", "description": "Markdown language service", - "version": "0.5.0-alpha.7", + "version": "0.5.0-alpha.8", "author": "Microsoft Corporation", "license": "MIT", "engines": {