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é",