Skip to content

Commit

Permalink
chore(main): release 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andymac4182 committed Apr 15, 2023
1 parent 0297b44 commit 633e495
Show file tree
Hide file tree
Showing 5 changed files with 18 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 @@
{
".": "2.1.0"
".": "2.1.1"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [2.1.1](https://github.com/obsidian-confluence/obsidian-confluence/compare/2.1.0...2.1.1) (2023-04-14)


### Bug Fixes

* Rename frontmatter-to-publish to connie-frontmatter-to-publish ([d18d209](https://github.com/obsidian-confluence/obsidian-confluence/commit/d18d20998fdd686a2aefe2aefbda33a4c2b86341))
* **stringifyObject:** Replacing stringify-object with JSON.stringify ([0297b44](https://github.com/obsidian-confluence/obsidian-confluence/commit/0297b44b42af151e88d9a942a814b6dffabe5f20))


### Dependencies

* Remove unused deps ([2bfd5c4](https://github.com/obsidian-confluence/obsidian-confluence/commit/2bfd5c4741202f4d18639254758ac9f914ec8eab))

## [2.1.0](https://github.com/obsidian-confluence/obsidian-confluence/compare/2.0.1...2.1.0) (2023-04-14)


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": "confluence-integration",
"name": "Confluence Integration",
"version": "2.1.0",
"version": "2.1.1",
"minAppVersion": "1.0.0",
"description": "This plugin allows you to publish your notes to Confluence",
"author": "andymac4182",
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": "2.1.0",
"version": "2.1.1",
"description": "This plugin allows you to publish your notes to Confluence",
"main": "main.js",
"type": "module",
Expand Down

0 comments on commit 633e495

Please sign in to comment.