Skip to content

Commit e1c84b6

Browse files
committed
bump version to 3.0.15 and update CHANGELOG; remove SVG references from README.md
1 parent 326156d commit e1c84b6

4 files changed

Lines changed: 5 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7-
## [3.0.14] - 2025-09-13
7+
## [3.0.15] - 2025-09-13
88
### Fixed:
99
- VSCode Overlapping range error
1010
- Cannot delete TOC when there is `<!-- TOC ignore:true -->` in text
1111
- TOC created in wrong location when there is `<!-- TOC ignore:true -->` in text
12+
- Remove svg references in README.md to conform with visual studio marketplace preprocessing
1213

1314
## [3.0.13] - 2023-08-18
1415
### Fixed:

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ Auto Markdown TOC
33

44
Generate TOC (table of contents) of headlines from parsed [markdown](https://en.wikipedia.org/wiki/Markdown) file.
55

6-
[![Marketplace Version](https://vsmarketplacebadges.dev/version/huntertran.auto-markdown-toc.svg)](https://marketplace.visualstudio.com/items?itemName=huntertran.auto-markdown-toc)
7-
[![Rating](https://vsmarketplacebadges.dev/rating/huntertran.auto-markdown-toc.svg)](https://marketplace.visualstudio.com/items?itemName=huntertran.auto-markdown-toc)
8-
[![Node CI](https://github.com/huntertran/markdown-toc/workflows/Node%20CI/badge.svg)](https://github.com/huntertran/markdown-toc/actions)
9-
106
<!-- TOC -->
117

128
- [1. Features](#1-features)

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
@@ -2,7 +2,7 @@
22
"name": "auto-markdown-toc",
33
"displayName": "Auto Markdown TOC",
44
"description": "Markdown TOC (Table Of Contents) Plugin for Visual Studio Code.",
5-
"version": "3.0.14",
5+
"version": "3.0.15",
66
"preview": true,
77
"icon": "img/markdown-toc.png",
88
"license": "MIT",

0 commit comments

Comments
 (0)