From 00d802d7e567d318cd429db2a3549facf5466230 Mon Sep 17 00:00:00 2001 From: Jeff Reese <4625946+jeffreese@users.noreply.github.com> Date: Thu, 25 Jun 2026 14:29:27 -0600 Subject: [PATCH] chore: bump version to 0.5.5 Rename GitHub org from purecontext-dev to purecontext across all repository URLs and metadata. Co-Authored-By: Claude Opus 4.6 (1M context) Claude-Session: https://claude.ai/code/session_019wqRh85p7cZxC5tYz1vTY7 --- .claude/settings.json | 3 ++- .forge/crucible/pr-review.json | 2 +- CHANGELOG.md | 6 ++++++ CLAUDE.md | 2 +- CONTRIBUTING.md | 2 +- package.json | 4 ++-- 6 files changed, 13 insertions(+), 6 deletions(-) diff --git a/.claude/settings.json b/.claude/settings.json index a58c2a3..5089932 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -8,6 +8,7 @@ } }, "enabledPlugins": { - "forge@forge-marketplace": true + "forge@forge-marketplace": true, + "crucible@forge-marketplace": true } } diff --git a/.forge/crucible/pr-review.json b/.forge/crucible/pr-review.json index 7edd208..3302cac 100644 --- a/.forge/crucible/pr-review.json +++ b/.forge/crucible/pr-review.json @@ -1,6 +1,6 @@ { "$schema": "/Users/jeffreese/Code/crucible/plugins/crucible/schemas/pr-review.schema.json", - "gh_repo": "purecontext-dev/human-markdown", + "gh_repo": "purecontext/human-markdown", "target_repo_path": "/Users/jeffreese/Code/human-markdown", "test_command": "pnpm test", "smoke_testing": { diff --git a/CHANGELOG.md b/CHANGELOG.md index 7906c18..b98603a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.5.5 - 2026-06-25 + +### Changed +- GitHub organization renamed from `purecontext-dev` to `purecontext`. Updated + all repository URLs and metadata. + ## 0.5.4 - 2026-06-11 ### Fixed diff --git a/CLAUDE.md b/CLAUDE.md index f5dbdad..0483679 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -2,7 +2,7 @@ A WYSIWYG markdown editor for VSCode. Open a markdown file, read it rendered, edit it inline. Toggle to raw with one keystroke. Theme it to match your blog or GitHub. -**Repo:** github.com/purecontext-dev/human-markdown +**Repo:** github.com/purecontext/human-markdown **License:** MIT ## Git Workflow diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a87da76..cc23072 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,7 +5,7 @@ Thanks for your interest in contributing. This guide covers the development setu ## Getting Started ```bash -git clone https://github.com/purecontext-dev/human-markdown.git +git clone https://github.com/purecontext/human-markdown.git cd human-markdown pnpm install pnpm build diff --git a/package.json b/package.json index 1c80f62..214ef0d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "human-markdown", "displayName": "Human Markdown", "description": "A WYSIWYG markdown editor for VSCode. Read and edit markdown as a human.", - "version": "0.5.4", + "version": "0.5.5", "publisher": "purecontext", "license": "MIT", "icon": "icon.png", @@ -16,7 +16,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/purecontext-dev/human-markdown" + "url": "https://github.com/purecontext/human-markdown" }, "engines": { "vscode": "^1.85.0"