Skip to content

Commit

Permalink
chore(main): release 1.1.0 (#34)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Aug 27, 2023
1 parent eefada6 commit 532cc1d
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.8"
".": "1.1.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [1.1.0](https://github.com/javalent/second-window/compare/1.0.8...1.1.0) (2023-08-27)


### Features

* Adds a context menu in reading mode & live preview ([eefada6](https://github.com/javalent/second-window/commit/eefada6509b9dc3e7343ebd92b492ee9e2758ca4))

## [1.0.8](https://github.com/javalent/second-window/compare/1.0.7...1.0.8) (2023-08-13)


Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "image-window",
"name": "Second Window",
"version": "1.0.8",
"version": "1.1.0",
"minAppVersion": "0.12.0",
"author": "Jeremy Valentine",
"description": "Allow images & notes to be viewed in new Obsidian windows.",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-image-window",
"version": "1.0.8",
"version": "1.1.0",
"description": "",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 532cc1d

Please sign in to comment.