Skip to content

Commit d3f25da

Browse files
committed
chore(release): 2.2.1
1 parent 0aa28b4 commit d3f25da

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
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.
44

5+
### [2.2.1](https://github.com/joplin/plugin-templates/compare/v2.2.0...v2.2.1) (2022-01-25)
6+
7+
8+
### Bug Fixes
9+
10+
* **#55:** handle empty tags in special variables ([2aec687](https://github.com/joplin/plugin-templates/commit/2aec687b6348a91f8a1e5f90305c8709fd428bf1)), closes [#55](https://github.com/joplin/plugin-templates/issues/55)
11+
* set a max height for variables form ([0aa28b4](https://github.com/joplin/plugin-templates/commit/0aa28b4674d3907c2dc6c5078c67c87af4243f7b))
12+
513
## [2.2.0](https://github.com/joplin/plugin-templates/compare/v2.1.2...v2.2.0) (2021-10-09)
614

715

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "joplin-plugin-templates",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"scripts": {
55
"dist": "webpack --joplin-plugin-config buildMain && webpack --joplin-plugin-config buildExtraScripts && webpack --joplin-plugin-config createArchive",
66
"prepare": "npm run dist",

src/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 1,
33
"id": "joplin.plugin.templates",
44
"app_min_version": "2.2.5",
5-
"version": "2.2.0",
5+
"version": "2.2.1",
66
"name": "Templates",
77
"description": "This plugin allows you to create and use templates in Joplin.",
88
"author": "Nishant Mittal",

0 commit comments

Comments
 (0)