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