Skip to content

Commit 27c4316

Browse files
chore(release): 3.1.1
1 parent 5af64f7 commit 27c4316

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [3.1.1](https://github.com/dsebastien/obsidian-typefully/compare/3.1.0...3.1.1) (2026-03-10)
6+
7+
### Bug Fixes
8+
9+
- **all:** fixed bug with linkedin. Posts are now merged into a single one for LI ([5af64f7](https://github.com/dsebastien/obsidian-typefully/commit/5af64f78ce7b476d8b23538f7ea7f98c0805c448))
10+
511
## [3.1.0](https://github.com/dsebastien/obsidian-typefully/compare/3.0.0...3.1.0) (2026-03-10)
612

713
### Features

docs/release-notes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release Notes
22

3+
## 3.1.1 (2026-03-10)
4+
5+
### Bug Fixes
6+
7+
- **all:** fixed bug with linkedin. Posts are now merged into a single one for LI
8+
39
## 3.1.0 (2026-03-10)
410

511
### Features

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "typefully",
33
"name": "Typefully",
44
"description": "Typefully integration. Publish social media posts with ease",
5-
"version": "3.1.0",
5+
"version": "3.1.1",
66
"minAppVersion": "1.4.0",
77
"isDesktopOnly": false,
88
"author": "Sébastien Dubois",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-typefully",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"description": "Typefully integration. Publish social media posts with ease",
55
"author": {
66
"name": "Sébastien Dubois",

0 commit comments

Comments
 (0)