Skip to content

Commit 279a79f

Browse files
authored
Merge pull request #1 from antistatique/release/0.0.1
[main] 0.0.1
2 parents 9cecdfe + 3a934e1 commit 279a79f

3 files changed

Lines changed: 9 additions & 24 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2,36 +2,14 @@ name: Tests
22

33
on:
44
push:
5-
workflow_dispatch:
6-
7-
concurrency:
8-
group: ${{ github.workflow }}-${{ github.ref }}
9-
5+
106
jobs:
117
tests:
128
runs-on: ubuntu-latest
139
steps:
1410
- uses: actions/checkout@v4
15-
1611
- uses: oven-sh/setup-bun@v2
17-
with:
18-
bun-version: 'latest'
19-
registry-url: "https://npm.pkg.github.com/"
20-
21-
- name: Cache dependencies
22-
uses: actions/cache@v4
23-
with:
24-
path: |
25-
~/.bun/install/cache
26-
node_modules
27-
key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lockb') }}
28-
restore-keys: |
29-
${{ runner.os }}-bun-
30-
3112
- name: Install dependencies
3213
run: bun install
33-
env:
34-
BUN_AUTH_TOKEN: ${{ secrets.AS_GITHUB_TOKEN }}
35-
3614
- name: Unit tests
3715
run: bun run test

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [0.0.1] - 2026-04-02
10+
### Added
11+
- add blaspjs profanity detection library
12+
13+
[Unreleased]: https://github.com/antistatique/blaspjs/compare/v0.0.1...HEAD
14+
[0.0.1]: https://github.com/antistatique/blaspjs/releases/tag/v0.0.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "blaspjs",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"description": "TypeScript port of Blaspsoft Blasp (v4) — profanity detection, masking, drivers (regex, pattern, phonetic, pipeline), multi-language dictionaries.",
55
"type": "module",
66
"license": "MIT",

0 commit comments

Comments
 (0)