From 6cd533f07a806d7f858f60f49e4d89a3c5b71049 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Satg=C3=A9?= Date: Sun, 18 Feb 2024 12:16:35 +0100 Subject: [PATCH] 1.3.1 --- README.md | 1 + manifest.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e961807..779d82e 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,7 @@ This project uses [semver](http://semver.org/). | Version | Date | Notes | | --- | --- | --- | +| `1.3.1` | 2024-02-18 | Strip headings for readability (fix #24, #27) | | `1.3.0` | 2024-02-17 | Introduce `title` option (fix #5, #32) | | `1.2.0` | 2024-01-19 | Introduce `toc` shorthand trigger (fix #19) | | `1.1.0` | 2024-01-03 | Introduce `minLevel` option ([@ras0q](https://github.com/ras0q)) (fix #11) | diff --git a/manifest.json b/manifest.json index b538746..be95e89 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "automatic-table-of-contents", "name": "Automatic Table Of Contents", - "version": "1.3.0", + "version": "1.3.1", "minAppVersion": "1.3.0", "description": "Create a table of contents in a note, that updates itself when the note changes", "author": "Johan Satgé",