Skip to content

Commit 4de29fc

Browse files
chore(release): version package (#624)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5985e18 commit 4de29fc

File tree

5 files changed

+12
-14
lines changed

5 files changed

+12
-14
lines changed

.changeset/crazy-roses-taste.md

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

.changeset/rich-memes-bet.md

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

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# jsrepo
22

3+
## 2.5.0
4+
### Minor Changes
5+
6+
- 5985e18: feat: Add `includeFiles` to config to allow for serving any file type from a registry
7+
8+
### Patch Changes
9+
10+
- 5985e18: fix: Remove console.log in `build` command
11+
312
## 2.4.9
413
### Patch Changes
514

cli-reference.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> A CLI to add shared code from remote repositories.
44
5-
Latest Version: 2.4.9
5+
Latest Version: 2.5.0
66

77
## Commands
88

@@ -58,6 +58,7 @@ jsrepo build [options]
5858
- --output-dir <dir>: The directory to output the registry to. (Copies jsrepo-manifest.json + all required files)
5959
- --include-blocks [blockNames...]: Include only the blocks with these names.
6060
- --include-categories [categoryNames...]: Include only the categories with these names.
61+
- --include-files [filePatterns...]: Additional files to include in the manifest. (Supports glob patterns)
6162
- --exclude-blocks [blockNames...]: Do not include the blocks with these names.
6263
- --exclude-categories [categoryNames...]: Do not include the categories with these names.
6364
- --list-blocks [blockNames...]: List only the blocks with these names.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jsrepo",
33
"description": "A CLI to add shared code from remote repositories.",
4-
"version": "2.4.9",
4+
"version": "2.5.0",
55
"license": "MIT",
66
"homepage": "https://jsrepo.dev",
77
"author": {

0 commit comments

Comments
 (0)