From bca315e95bda5ffb483b776ad150b030c640e5ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Satg=C3=A9?= Date: Wed, 3 Jan 2024 17:24:50 +0100 Subject: [PATCH] 1.1.0 --- README.md | 1 + manifest.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e55e4b9..df08409 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,7 @@ This project uses [semver](http://semver.org/). | Version | Date | Notes | | --- | --- | --- | +| `1.1.0` | 2024-01-03 | Introduce `minLevel` option ([@ras0q](https://github.com/ras0q)) (fix #11) | | `1.0.6` | 2023-11-02 | Escape special characters (fix #3) | | `1.0.5` | 2023-11-01 | Fix plugin activation on mobile (fix #17) | | `1.0.4` | 2023-10-31 | Support pages with no first level headings (fix #6) | diff --git a/manifest.json b/manifest.json index 8dc85b6..c1f0191 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "automatic-table-of-contents", "name": "Automatic Table Of Contents", - "version": "1.0.6", + "version": "1.1.0", "minAppVersion": "1.3.0", "description": "Create a table of contents in a note, that updates itself when the note changes", "author": "Johan Satgé",