Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mjackson committed Nov 27, 2024
1 parent 66741d2 commit 21c5ce7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/scripts-test/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This package is only for testing the version and publish scripts.

## HEAD
## v0.2.3 (2024-11-27)

Testing JSR this time as well.

Expand Down
8 changes: 6 additions & 2 deletions packages/scripts-test/jsr.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"name": "@mjackson/scripts-test",
"version": "0.2.2",
"version": "0.2.3",
"exports": "./src/scripts-test.ts",
"publish": {
"include": ["LICENSE", "README.md", "src/**/*.ts"]
"include": [
"LICENSE",
"README.md",
"src/**/*.ts"
]
}
}
2 changes: 1 addition & 1 deletion packages/scripts-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mjackson/scripts-test",
"version": "0.2.2",
"version": "0.2.3",
"description": "Test package for version/publish scripts",
"author": "Michael Jackson <[email protected]>",
"repository": {
Expand Down

0 comments on commit 21c5ce7

Please sign in to comment.