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
11 changes: 0 additions & 11 deletions .changeset/fix-missing-config-command-in-package.md

This file was deleted.

11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @labcatr/labcommitr

## 0.4.2

### Patch Changes

- 7d86240: fix: include config and commit command files in published package
- Change package.json files field from directory to explicit file paths
- Add dist/cli/commands/config.js, config.d.ts, commit.js, and commit.d.ts to files array
- Fixes ERR_MODULE_NOT_FOUND error when using lab commands
- Config and commit commands were missing from published package causing runtime errors
- Resolves issue where command files exist but weren't included in npm package

## 0.4.1

### Patch Changes
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": "@labcatr/labcommitr",
"version": "0.4.1",
"version": "0.4.2",
"description": "Labcommitr is a solution for building standardized git commits, hassle-free!",
"main": "dist/index.js",
"scripts": {
Expand Down