diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5fdd883..c3f1463 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.0" + ".": "1.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 556ebf5..45049d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.2.0](https://github.com/javalent/second-window/compare/1.1.0...1.2.0) (2024-01-03) + + +### Features + +* add custom window name setting ([#35](https://github.com/javalent/second-window/issues/35)) ([01ca9bc](https://github.com/javalent/second-window/commit/01ca9bc52e065b23ea261d7f3a98bf60c14bc25a)) + + +### Bug Fixes + +* Fixes opening windows failing to load (close [#40](https://github.com/javalent/second-window/issues/40)) ([75abc4c](https://github.com/javalent/second-window/commit/75abc4c1cdde64e239f8840aa756b4d673377343)) + ## [1.1.0](https://github.com/javalent/second-window/compare/1.0.8...1.1.0) (2023-08-27) diff --git a/manifest.json b/manifest.json index 6c91935..33bab97 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "image-window", "name": "Second Window", - "version": "1.1.0", + "version": "1.2.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 1d1c3f5..2b681b3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-image-window", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-image-window", - "version": "1.1.0", + "version": "1.2.0", "license": "MIT", "devDependencies": { "@babel/core": "^7.15.8", diff --git a/package.json b/package.json index 09ea40c..59ad43a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-image-window", - "version": "1.1.0", + "version": "1.2.0", "description": "", "main": "main.js", "scripts": {