Skip to content
Merged
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
5 changes: 0 additions & 5 deletions .changeset/20260720-remove-typescript-support.md

This file was deleted.

4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.1.1 (2026-07-20)

- Remove TypeScript support from golit bundle. golit is a post-build tool that accepts compiled JavaScript from node_modules/, not TypeScript source. The directory walker no longer collects .ts/.tsx files, and the inline BundleSource loader uses LoaderJS instead of LoaderTS.

## v0.1.0 (2026-07-20)

- Initial minor release consolidating all features since first commit.
Expand Down
2 changes: 1 addition & 1 deletion cmd/golit/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ package main

// Version is the current release version of golit.
// Updated automatically by the changeset tool during releases.
var Version = "0.1.0"
var Version = "0.1.1"
Loading