Skip to content

Commit 1767e97

Browse files
committed
release: v1.6.1 — JSR quality fixes
1 parent dd34258 commit 1767e97

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.6.1] — JSR quality fixes (2026-02-07)
11+
12+
### Added
13+
- TypeScript declaration files (`.d.ts`) for all three entrypoints and shared value objects, resolving JSR "slow types" scoring penalty.
14+
- `@ts-self-types` directives in `index.js`, `CasService.js`, and `ManifestSchema.js`.
15+
- `@fileoverview` module doc to `CasService.js` (required by JSR for module docs scoring).
16+
17+
### Fixed
18+
- JSR package name corrected to `@git-stunts/git-cas`.
19+
- JSR publication now excludes tests, docs, CI configs, and other non-distribution files via `jsr.json` exclude list.
20+
- `index.d.ts` added to `package.json` files array for npm distribution.
21+
1022
## [1.6.0] — M4 Compass + M5 Sonar + M6 Cartographer (2026-02-06)
1123

1224
### Added

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@git-stunts/git-cas",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"exports": {
55
".": "./index.js",
66
"./service": "./src/domain/services/CasService.js",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@git-stunts/git-cas",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"description": "Content-addressed storage backed by Git's object database, with optional encryption and pluggable codecs",
55
"type": "module",
66
"main": "index.js",

0 commit comments

Comments
 (0)