Skip to content

Commit

Permalink
Merge pull request #45 from obsidian-confluence/release-please--branc…
Browse files Browse the repository at this point in the history
…hes--main--components--release-please-action
  • Loading branch information
andymac4182 committed Apr 6, 2023
2 parents 2a024bd + 09bd27a commit 7834095
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
".": "1.0.4"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.4](https://github.com/obsidian-confluence/obsidian-confluence/compare/v1.0.3...v1.0.4) (2023-04-06)


### Bug Fixes

* **ci:** Remove v from version number ([2a024bd](https://github.com/obsidian-confluence/obsidian-confluence/commit/2a024bdf2d640749561f41a24f79343005066d13))

## [1.0.3](https://github.com/obsidian-confluence/obsidian-confluence/compare/v1.0.2...v1.0.3) (2023-04-06)


Expand Down
2 changes: 1 addition & 1 deletion dist/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-confluence",
"name": "Confluence Integration",
"version": "1.0.3", // x-release-please-version
"version": "1.0.4", // x-release-please-version
"minAppVersion": "1.0.0",
"description": "This plugin allows you to publish your notes to Confluence",
"author": "obsidian-confluence",
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-confluence",
"version": "1.0.3",
"version": "1.0.4",
"description": "This plugin allows you to publish your notes to Confluence",
"main": "main.js",
"type": "module",
Expand Down

0 comments on commit 7834095

Please sign in to comment.