From 1de20516df1feea339b36b9671e56a301582e6d3 Mon Sep 17 00:00:00 2001 From: Nishant Mittal Date: Fri, 13 Aug 2021 00:18:22 +0530 Subject: [PATCH] chore(release): 1.1.2 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 2 +- package.json | 2 +- src/manifest.json | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 665d0d1..e702365 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.1.2](https://github.com/joplin/plugin-templates/compare/v1.1.1...v1.1.2) (2021-08-12) + + +### Bug Fixes + +* display sorted templates in the selector ([3f9a35c](https://github.com/joplin/plugin-templates/commit/3f9a35c7ef6eb3420c6aa0012604947b8c08ab09)), closes [#24](https://github.com/joplin/plugin-templates/issues/24) +* **template-variables:** log the necessary info if variables form is unable to load ([74d1124](https://github.com/joplin/plugin-templates/commit/74d1124e0f865f41acefe6657ab2155b4a41c63c)) + ### [1.1.1](https://github.com/joplin/plugin-templates/compare/v1.1.0...v1.1.1) (2021-08-11) diff --git a/package-lock.json b/package-lock.json index 6b81b1e..3f349c2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "joplin-plugin-templates", - "version": "1.1.1", + "version": "1.1.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1a9eb11..601594c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "joplin-plugin-templates", - "version": "1.1.1", + "version": "1.1.2", "scripts": { "dist": "webpack --joplin-plugin-config buildMain && webpack --joplin-plugin-config buildExtraScripts && webpack --joplin-plugin-config createArchive", "prepare": "npm run dist", diff --git a/src/manifest.json b/src/manifest.json index b3366df..2ee1ba4 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 1, "id": "joplin.plugin.templates", "app_min_version": "2.2.5", - "version": "1.1.1", + "version": "1.1.2", "name": "Templates", "description": "This plugin allows you to create and use templates in Joplin.", "author": "Nishant Mittal",