diff --git a/CHANGELOG.md b/CHANGELOG.md index db57b66..7378f67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ +- [2024-10-02] [Bundle index.ts](https://github.com/RubricLab/ui/commit/4de8280c96873fb326fea0b68f83b33cbb4842c8) - [2024-10-02] [Re-introduce build script](https://github.com/RubricLab/ui/commit/1fd66d02b9483ee756486a6308cce667b524275c) - [2024-10-01] [Run bun prepare](https://github.com/RubricLab/ui/commit/18f875caf3471cc646fde08d09b8ba370f35a117) - [2024-10-01] [ops](https://github.com/RubricLab/ui/commit/e29798c92e4338b656be7ff0de66fa45573ef35d) diff --git a/package.json b/package.json index 5744dd8..1325381 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rubriclab/ui", - "version": "5.0.4", + "version": "5.0.5", "main": "dist/index.js", "types": "src/index.ts", "description": "UI package by Rubric Labs", @@ -23,6 +23,7 @@ "dist/*.js", "dist/*.d.ts", "dist/*.css", + "src/index.ts", "bin/commands", "bin/config" ],