chore: bump to 1.4.2

Docs-only release: refreshes the README on the Obsidian community
plugins page (which updates on release, not on main). Plugin code is
unchanged from 1.4.1 — README demo section cleaned up to a single
inline video embed.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
Richard McCorkle 2026-05-18 18:41:47 +02:00
parent bcf18a6337
commit c8fd2acf5d
3 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
{
"id": "tubesage",
"name": "TubeSage",
"version": "1.4.1",
"version": "1.4.2",
"minAppVersion": "1.11.4",
"description": "Create comprehensive notes from YouTube transcripts using LLMs.",
"author": "Richard McCorkle",

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "tubesage",
"version": "1.4.1",
"version": "1.4.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "tubesage",
"version": "1.4.1",
"version": "1.4.2",
"license": "MIT",
"dependencies": {
"@langchain/core": "^0.3.17",

View file

@ -1,6 +1,6 @@
{
"name": "tubesage",
"version": "1.4.1",
"version": "1.4.2",
"description": "Create comprehensive notes from YouTube transcripts using LLMs.",
"main": "main.js",
"scripts": {