Skip to content

Tags: ainergiz/xfeed

Tags

v0.1.7

Toggle v0.1.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: bump version to 0.1.7 (#236)

v0.1.6

Toggle v0.1.6's commit message
chore: bump version to 0.1.6

v0.1.5

Toggle v0.1.5's commit message
chore: Bump version to 0.1.5

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

v0.1.4

Toggle v0.1.4's commit message
Release v0.1.4

v0.1.3

Toggle v0.1.3's commit message
chore: bump version to 0.1.3

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

v0.1.2

Toggle v0.1.2's commit message
fix(dist): Bundle source before publish to resolve path aliases

The @/* path aliases don't work when installed globally because bun
can't find the tsconfig.json. Now we bundle the source into dist/
before publishing, which resolves all imports.

- Add build script using bun build with externals
- Add prepublishOnly hook to run build
- Update bin to point to dist/index.js
- Add dist/ to gitignore

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

v0.1.1

Toggle v0.1.1's commit message
docs: Add installation instructions and Bun requirement

- Add description clarifying bun install requirement
- Update README with install, requirements, and usage sections
- Bump version to 0.1.1

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

v0.1.0

Toggle v0.1.0's commit message
fix(dist): Remove bundledDependencies to avoid npm symlink error

The file: dependency with bundledDependencies creates symlinks that
npm registry rejects with "Hard link is not allowed". Since vendor/
is already in the files array, it will be included in the package.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>