Skip to content

Commit fcb805b

Browse files
committed
Add contributors section and bump version to 1.7.1
- Added Contributors section to readme.md acknowledging @amscad, @rylanfr, and @CaptainCucumber - Updated manifest.json to version 1.7.1 - Updated versions.json with 1.7.1 entry
1 parent 352d7cb commit fcb805b

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "granola-sync",
33
"name": "Granola to Obsidian Sync",
4-
"version": "1.7.0",
4+
"version": "1.7.1",
55
"minAppVersion": "1.6.6",
66
"description": "Sync your Granola AI notes to your vault with customizable settings.",
77
"author": "Danny McClelland",

readme.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,14 @@ Contributions are welcome! Please feel free to submit a Pull Request.
423423
3. Run `npm run build` to compile
424424
4. Copy files to your Obsidian plugins directory for testing
425425

426+
## 👥 Contributors
427+
428+
Thank you to all the contributors who have helped improve this plugin:
429+
430+
- [@amscad](https://github.com/amscad) - Duplicate detection, filename customization, and CLAUDE.md
431+
- [@rylanfr](https://github.com/rylanfr) - Dynamic tag preservation and conditional fixes
432+
- [@CaptainCucumber](https://github.com/CaptainCucumber) - Transcript inclusion and date-based folders
433+
426434
## 📝 License
427435

428436
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@
2626
"1.6.1": "1.6.6",
2727
"1.6.2": "1.6.6",
2828
"1.6.3": "1.6.6",
29-
"1.7.0": "0.15.0"
29+
"1.7.0": "0.15.0",
30+
"1.7.1": "1.6.6"
3031
}

0 commit comments

Comments
 (0)