From ed122f69dffcf38826fc95c6281a52dfd0f6053e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Satg=C3=A9?= Date: Fri, 19 Jan 2024 22:20:47 +0100 Subject: [PATCH] 1.2.0 --- README.md | 1 + manifest.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ee1d76..e06a812 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,7 @@ This project uses [semver](http://semver.org/). | Version | Date | Notes | | --- | --- | --- | +| `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) | | `1.0.6` | 2023-11-02 | Escape special characters (fix #3) | | `1.0.5` | 2023-11-01 | Fix plugin activation on mobile (fix #17) | diff --git a/manifest.json b/manifest.json index c1f0191..f344e98 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "automatic-table-of-contents", "name": "Automatic Table Of Contents", - "version": "1.1.0", + "version": "1.2.0", "minAppVersion": "1.3.0", "description": "Create a table of contents in a note, that updates itself when the note changes", "author": "Johan Satgé",