From 8744406a0a0f874be75157abbc10752c6f708939 Mon Sep 17 00:00:00 2001 From: Nishant Mittal Date: Sun, 10 Oct 2021 00:09:25 +0530 Subject: [PATCH] chore(release): 2.2.0 --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- src/manifest.json | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d1e2c0..a86beca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +## [2.2.0](https://github.com/joplin/plugin-templates/compare/v2.1.2...v2.2.0) (2021-10-09) + + +### Features + +* enable template_tags variable while inserting templates ([2f9863f](https://github.com/joplin/plugin-templates/commit/2f9863f72e540747372111da98f2cf5b828e167e)), closes [#48](https://github.com/joplin/plugin-templates/issues/48) + ### [2.1.2](https://github.com/joplin/plugin-templates/compare/v2.1.1...v2.1.2) (2021-10-09) diff --git a/package-lock.json b/package-lock.json index dc063c5..b0c5834 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "joplin-plugin-templates", - "version": "2.1.2", + "version": "2.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f869360..c9cb0be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "joplin-plugin-templates", - "version": "2.1.2", + "version": "2.2.0", "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 cb2317f..2eb2622 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": "2.1.2", + "version": "2.2.0", "name": "Templates", "description": "This plugin allows you to create and use templates in Joplin.", "author": "Nishant Mittal",