From 532cc1d7ad50d0476589d27ebc707251336d1fe6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 26 Aug 2023 20:13:22 -0400 Subject: [PATCH] chore(main): release 1.1.0 (#34) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7232bda..5fdd883 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.8" + ".": "1.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 92d36c7..556ebf5 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. +## [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) diff --git a/manifest.json b/manifest.json index c4baf5e..6c91935 100644 --- a/manifest.json +++ b/manifest.json @@ -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.", diff --git a/package-lock.json b/package-lock.json index 4eb6734..60322ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-image-window", - "version": "1.0.8", + "version": "1.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-image-window", - "version": "1.0.8", + "version": "1.1.0", "license": "MIT", "devDependencies": { "@babel/core": "^7.15.8", diff --git a/package.json b/package.json index 9950488..f311d8d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-image-window", - "version": "1.0.8", + "version": "1.1.0", "description": "", "main": "main.js", "scripts": {