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
4 changes: 0 additions & 4 deletions .changeset/pre.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pre/bright-detectors-build.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pre/correct-prerelease-tag.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pre/expanded-dictionaries-v2.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/pre/focused-dictionaries.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pre/repeatable-release-artifacts.md

This file was deleted.

14 changes: 14 additions & 0 deletions packages/profanity-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# profanity-kit

## 0.1.0

### Minor Changes

- 4e2a9d6: Add the root English detector, dictionary-free core, and independent English and Indonesian language entry points.
- 50b9e16: Expand English and Indonesian dictionary packs with additional reviewed entries.
- 906b174: Replace provisional language sentinels with reviewed, generated English and
Indonesian dictionary packs.

### Patch Changes

- 5c139d2: Publish prerelease versions through the documented `next` distribution tag and link package metadata to the deployed documentation.
- 000a681: Publish the prerelease through npm Trusted Publishing with verifiable provenance.

## 0.1.0-next.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/profanity-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "profanity-kit",
"version": "0.1.0-next.2",
"version": "0.1.0",
"description": "A lightweight, multilingual profanity detector for JavaScript and TypeScript.",
"keywords": [
"bad-word",
Expand Down
Loading