Skip to content

Commit 10cd384

Browse files
committed
chore(release): 0.1.0
1 parent 7238f3c commit 10cd384

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Changelog
2+
3+
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.
4+
5+
## 0.1.0 (2022-12-24)
6+
7+
8+
### Features
9+
10+
* added refresh icon in caption ([66a2b8d](https://github.com/maffelbaffel/obsidian-xournalpp/commit/66a2b8dee8ed0763ede28e4b415104ae96d6c11e))
11+
* added width, height and pages ([bf12e93](https://github.com/maffelbaffel/obsidian-xournalpp/commit/bf12e936fff3123b16e305e92d67092e3fd298e0))
12+
* implemented initial version of XournalppPlugin ([63cae98](https://github.com/maffelbaffel/obsidian-xournalpp/commit/63cae986ae5e625fa8cd45417f627fb40dd140a4))
13+
* install husky ([e47ca24](https://github.com/maffelbaffel/obsidian-xournalpp/commit/e47ca2493051ee17c04534f572cb255192550529))
14+
* thumbnail add caption of source xopp ([5540b86](https://github.com/maffelbaffel/obsidian-xournalpp/commit/5540b86d7394343f270fa49cd5a3679e01aaa413))

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"id": "obsidian-xournalpp",
33
"name": "Xournalpp Plugin",
4-
"version": "1.0.0",
4+
"version": "0.1.0",
55
"minAppVersion": "0.15.0",
66
"description": "This plugin integrates Xournalpp into Obsidian.",
77
"author": "Michael Wagner",
88
"isDesktopOnly": true
9-
}
9+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-sample-plugin",
3-
"version": "1.0.0",
3+
"version": "0.1.0",
44
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
55
"main": "main.js",
66
"private": false,

0 commit comments

Comments
 (0)