From 1e796ac54b4c47b8502fc50651d8b9fbebe9150c Mon Sep 17 00:00:00 2001 From: Keith Chu Date: Sun, 12 Nov 2023 00:15:04 +0800 Subject: [PATCH] release: 1.5.11 --- package-lock.json | 4 ++-- package.json | 2 +- src/manifest.json | 2 +- src/markdownHeaders.test.ts | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5245d5b..1a995c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "joplin-plugin-outline", - "version": "1.5.10", + "version": "1.5.11", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "joplin-plugin-outline", - "version": "1.5.10", + "version": "1.5.11", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 81610be..e31c465 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "joplin-plugin-outline", - "version": "1.5.10", + "version": "1.5.11", "description": "", "scripts": { "dist": "sh scripts/prepare.sh && webpack --joplin-plugin-config buildMain && webpack --joplin-plugin-config buildExtraScripts && webpack --joplin-plugin-config createArchive", diff --git a/src/manifest.json b/src/manifest.json index e75eac9..f2c2c48 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 1, "id": "outline", "app_min_version": "1.6.7", - "version": "1.5.10", + "version": "1.5.11", "name": "Outline", "description": "Outline (TOC) sidebar plugin for joplin.", "author": "cqroot", diff --git a/src/markdownHeaders.test.ts b/src/markdownHeaders.test.ts index a7ba6ac..13d5c6a 100644 --- a/src/markdownHeaders.test.ts +++ b/src/markdownHeaders.test.ts @@ -72,11 +72,11 @@ test('spaces before code block', () => { ); expect(headers.length).toBe(2); expect(headers[0]).toEqual({ - html: 'spaces before code blocks', + html: 'spaces before code block', level: 1, lineno: 0, number: '1', - slug: 'spaces-before-code-blocks', + slug: 'spaces-before-code-block', }); expect(headers[1]).toEqual({ html: 'Comment',