Skip to content

Commit

Permalink
chore(main): release 1.0.7 (#31)
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 13, 2023
1 parent 4900a5b commit 7c4e37d
Show file tree
Hide file tree
Showing 5 changed files with 13 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.6"
".": "1.0.7"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.0.7](https://github.com/javalent/second-window/compare/1.0.6...1.0.7) (2023-08-13)


### Bug Fixes

* Enforce UTF8 Encoding in second window ([b16d501](https://github.com/javalent/second-window/commit/b16d501b8d1653d498dfe012dd38c5eb68be0611))
* inherit css correctly ([56239c0](https://github.com/javalent/second-window/commit/56239c00cdb5e9b735b4b0ac8582eba317d1c950))

### [1.0.6](https://github.com/valentine195/obsidian-image-window/compare/1.0.5...1.0.6) (2023-03-04)


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

0 comments on commit 7c4e37d

Please sign in to comment.