Skip to content

Commit

Permalink
chore(main): release 1.2.0 (#41)
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] authored Jan 3, 2024
1 parent 01ca9bc commit a60741c
Show file tree
Hide file tree
Showing 5 changed files with 17 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.1.0"
".": "1.2.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


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.1.0",
"version": "1.2.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.1.0",
"version": "1.2.0",
"description": "",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit a60741c

Please sign in to comment.