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
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img src=".github/assets/banner.png" alt="Stella" width="100%" />
<img src=".github/assets/banner.png" alt="stella" width="100%" />
</p>

# @stll/stdnum
Expand All @@ -19,9 +19,6 @@ npm install @stll/stdnum
bun add @stll/stdnum
```

Tagged releases are published from GitHub Actions
with npm provenance enabled.

## Usage

```typescript
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.0
2.0.1
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stll/stdnum",
"version": "2.0.0",
"version": "2.0.1",
"description": "Validate, compact, and format standard identifiers for Node.js and Bun. Pure TypeScript, zero dependencies, tree-shakeable per identifier.",
"keywords": [
"credit-card",
Expand Down
Loading