Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
64 changes: 0 additions & 64 deletions .changeset/hip-donkeys-brake.md

This file was deleted.

34 changes: 0 additions & 34 deletions .changeset/olive-moons-shave.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs-content/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ autodetector, the exit-code contract, and the value-free diagnostic types:
```ts runnable
import { VERSION } from "@cosyte/cli";

VERSION; // => "0.0.3"
VERSION; // => "0.0.4"
```

If that resolves and prints the release you installed, the install is good: head to the
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cosyte/cli",
"version": "0.0.3",
"version": "0.0.4",
"description": "The cosyte CLI: a PHI-safe developer front door over the @cosyte/* healthcare parsers. Parse HL7 v2 / FHIR from a file or stdin to typed JSON, with a documented exit-code contract.",
"keywords": [
"cli",
Expand Down
2 changes: 1 addition & 1 deletion src/core/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
* console.log(`cosyte ${VERSION}`);
* ```
*/
export const VERSION: string = "0.0.3";
export const VERSION: string = "0.0.4";
Loading