Skip to content

Commit

Permalink
chore(release): 🔖 2.3.0 (#204)
Browse files Browse the repository at this point in the history
Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net>
  • Loading branch information
1 parent 51d8170 commit 2945889
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
10 changes: 10 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [2.3.0](https://github.com/LBF38/obsidian-syncthing-integration/compare/2.2.1...2.3.0) (2024-04-28)


### Features

* **syncthing:** :construction: working on ignoring files ([326297c](https://github.com/LBF38/obsidian-syncthing-integration/commit/326297cea32ff6440e5de971f1d1dbb331372884))
* **syncthing:** :sparkles: add ignore files management setting ([cc489c2](https://github.com/LBF38/obsidian-syncthing-integration/commit/cc489c24c6b1c3082b483e5623820ba144776502))
* **syncthing:** :sparkles: add ignoring files management ([6dfceb6](https://github.com/LBF38/obsidian-syncthing-integration/commit/6dfceb6f333340b67c234998421400c288018377))
* **syncthing:** ✨ add ignoring files management ([#203](https://github.com/LBF38/obsidian-syncthing-integration/issues/203)) ([4f9f4c4](https://github.com/LBF38/obsidian-syncthing-integration/commit/4f9f4c448b2a1f9d2058d5adf6fc9ed31423d6d9))

## [2.2.1](https://github.com/LBF38/obsidian-syncthing-integration/compare/2.2.0...2.2.1) (2024-04-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": "syncthing-integration",
"name": "Syncthing Integration",
"version": "2.2.1",
"version": "2.3.0",
"minAppVersion": "1.0.0",
"description": "Integrates most of Syncthing features into Obsidian.",
"author": "LBF38",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "obsidian-syncthing-integration",
"version": "2.2.1",
"version": "2.3.0",
"description": "Syncthing integration for Obsidian",
"main": "build/main.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
"2.1.0": "1.0.0",
"2.1.1": "1.0.0",
"2.2.0": "1.0.0",
"2.2.1": "1.0.0"
"2.2.1": "1.0.0",
"2.3.0": "1.0.0"
}

0 comments on commit 2945889

Please sign in to comment.