Release v1.1.1: Package cleanup and release assets - #27
Merged
Conversation
- Remove tests/typescript-integration.test.ts from files array - Reduces package size by ~10% (28.2kB vs 31.2kB) - Consumers don't need test files in published package - Bump version to 1.1.1 for patch release
- Update package_all_releases.sh to build JavaScript v1.1.1 - Change from rust v1.0.0 to javascript v1.1.1 - Successfully built local release archives
- Add codeuchain-javascript-v1.1.1.tar.gz (108KB) - Add codeuchain-javascript-v1.1.1.zip (125KB) - Add codeuchain-javascript-v1.1.1/ directory with complete source - Release assets for GitHub Actions workflow upload - Includes core/, examples/, types, tests, docs, and build configs
JoshuaWink
added a commit
that referenced
this pull request
Jan 19, 2026
* fix: remove test files from npm package, bump to v1.1.1 - Remove tests/typescript-integration.test.ts from files array - Reduces package size by ~10% (28.2kB vs 31.2kB) - Consumers don't need test files in published package - Bump version to 1.1.1 for patch release * build: update release script for JavaScript v1.1.1 - Update package_all_releases.sh to build JavaScript v1.1.1 - Change from rust v1.0.0 to javascript v1.1.1 - Successfully built local release archives * release: add v1.1.1 release archives and assets - Add codeuchain-javascript-v1.1.1.tar.gz (108KB) - Add codeuchain-javascript-v1.1.1.zip (125KB) - Add codeuchain-javascript-v1.1.1/ directory with complete source - Release assets for GitHub Actions workflow upload - Includes core/, examples/, types, tests, docs, and build configs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🚀 Release v1.1.1: CodeUChain JavaScript Package Cleanup
This PR merges the release branch back to main after successfully publishing v1.1.1.
📦 Changes Included
Package Cleanup:
Release Infrastructure:
🔄 Release Process Completed
📊 Impact
🏷️ Release Assets
npm install codeuchain@1.1.1✅ Testing
Closes the v1.1.1 release cycle.