Skip to content

Commit 5559c2d

Browse files
[ci] release (#37)
2 parents 5569313 + 5492142 commit 5559c2d

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.changeset/fix-missing-config-command-in-package.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @labcatr/labcommitr
22

3+
## 0.4.2
4+
5+
### Patch Changes
6+
7+
- 7d86240: fix: include config and commit command files in published package
8+
- Change package.json files field from directory to explicit file paths
9+
- Add dist/cli/commands/config.js, config.d.ts, commit.js, and commit.d.ts to files array
10+
- Fixes ERR_MODULE_NOT_FOUND error when using lab commands
11+
- Config and commit commands were missing from published package causing runtime errors
12+
- Resolves issue where command files exist but weren't included in npm package
13+
314
## 0.4.1
415

516
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@labcatr/labcommitr",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"description": "Labcommitr is a solution for building standardized git commits, hassle-free!",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)