Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.4"
".": "0.1.5"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.5](https://github.com/Ayush7614/personal-context/compare/v0.1.4...v0.1.5) (2026-06-18)


### Bug Fixes

* **npm:** prepare CLI and MCP packages for npm publishing ([bfc671f](https://github.com/Ayush7614/personal-context/commit/bfc671f0d67a9e6a2923030d21690008e9dd551d))

## [0.1.4](https://github.com/Ayush7614/personal-context/compare/v0.1.3...v0.1.4) (2026-06-18)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "personal-context-monorepo",
"version": "0.1.4",
"version": "0.1.5",
"private": true,
"description": "Turn your digital footprint into an AI-readable profile. GitHub + Blogs + Resume + Notes -> one context source for every AI agent.",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "personal-context",
"version": "0.1.4",
"version": "0.1.5",
"description": "Turn your digital footprint into an AI-readable profile. One command for GitHub, blogs, open source, and more.",
"type": "module",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@personal-context/core",
"version": "0.1.4",
"version": "0.1.5",
"description": "Core engine that aggregates your digital footprint into an AI-readable profile.",
"private": true,
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/mcp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "personal-context-mcp",
"version": "0.1.4",
"version": "0.1.5",
"description": "MCP server that exposes your personal context (profile, blogs, GitHub, projects) to any AI agent.",
"type": "module",
"bin": {
Expand Down