Skip to content

Commit 8ac59f0

Browse files
author
Test User
committed
docs: update changelog for v0.1.1
1 parent c71f3e1 commit 8ac59f0

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.1.1] - 2026-02-16
11+
1012
### Added
1113

1214
- **resolver:** Auto-resolve identity and attestation data from a repository URL via new `repo` attribute. No more manual JSON — `<auths-verify repo="https://github.com/user/repo">` just works.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,8 @@ npm run build
162162
```
163163

164164
Outputs:
165-
- `dist/auths-verify.js` — single file with WASM base64-inlined (~100-200KB gzipped)
166-
- `dist/slim/auths-verify.js` — smaller JS, loads `.wasm` separately
165+
- `dist/auths-verify.mjs` — single file with WASM base64-inlined (~100-200KB gzipped)
166+
- `dist/slim/auths-verify.mjs` — smaller JS, loads `.wasm` separately
167167

168168
### Visual testing
169169

@@ -173,8 +173,8 @@ Open `tests/visual/index.html` in a browser to see all states and modes rendered
173173

174174
| File | Description |
175175
|---|---|
176-
| `dist/auths-verify.js` | CDN-ready single file (WASM inlined) |
177-
| `dist/slim/auths-verify.js` | Smaller JS bundle (loads WASM separately) |
176+
| `dist/auths-verify.mjs` | CDN-ready single file (WASM inlined) |
177+
| `dist/slim/auths-verify.mjs` | Smaller JS bundle (loads WASM separately) |
178178

179179
## License
180180

0 commit comments

Comments
 (0)