Skip to content

Commit 7f25b17

Browse files
committed
chore(release): 1.0.0
1 parent a4efca3 commit 7f25b17

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,11 @@
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+
## [1.0.0](https://github.com/valentine195/obsidian-image-window/compare/0.0.2...1.0.0) (2021-12-01)
6+
7+
8+
### Features
9+
10+
* initial release ([a4efca3](https://github.com/valentine195/obsidian-image-window/commit/a4efca3475c6973d0a2ca5a06b2c5b8f2e3f9d7f))
11+
512
### 0.0.2 (2021-12-01)

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "image-window",
33
"name": "Image Window",
4-
"version": "0.0.2",
4+
"version": "1.0.0",
55
"minAppVersion": "0.12.0",
66
"author": "Jeremy Valentine",
77
"description": "Allow images to be opened in new Obsidian windows.",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-image-window",
3-
"version": "0.0.2",
3+
"version": "1.0.0",
44
"description": "",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)