From 4c85f61e945336d8aa24adb7c9df3d3c8b779e11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Satg=C3=A9?= Date: Sun, 19 May 2024 10:19:17 +0200 Subject: [PATCH] 1.4.0 --- README.md | 3 ++- manifest.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1629f38..dc0588e 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,7 @@ This project uses [semver](http://semver.org/). | Version | Date | Notes | | --- | --- | --- | +| `1.4.0` | 2024-05-19 | Add `nestedOrderedList` style ([@bjtho08](https://github.com/bjtho08)) (fix #41) | | `1.3.3` | 2024-05-16 | Compute the right min level when `style:inlineFirstLevel` (fix #39) | | `1.3.2` | 2024-02-18 | Harden headings stripping | | `1.3.1` | 2024-02-18 | Strip headings for readability (fix #24, #27) | @@ -95,7 +96,7 @@ This project uses [semver](http://semver.org/). ## License -This project is released under the [MIT License](license.md). +This project is released under the [MIT License](LICENSE). ## Contributing diff --git a/manifest.json b/manifest.json index 3f2e173..535186f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "automatic-table-of-contents", "name": "Automatic Table Of Contents", - "version": "1.3.3", + "version": "1.4.0", "minAppVersion": "1.3.0", "description": "Create a table of contents in a note, that updates itself when the note changes", "author": "Johan Satgé",