Skip to content

Commit

Permalink
Fixed broken link (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoniosBarotsis committed Sep 7, 2023
1 parent fd6b623 commit 6a9f933
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions crates/confusables-js/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.3] - 2023-09-07

- Fixed broken README link (again)

## [0.1.2] - 2023-09-07

- Fixed broken README link
Expand Down
2 changes: 1 addition & 1 deletion crates/confusables-js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Node bindings for the [`confusables`](../confusables/README.md) library.
> [Unicode® Technical Standard](https://www.unicode.org/reports/tr39/))
> - confusable-resilient operations (equality, contains) on strings
For usage examples, see [here]([./__test__/index.spec.mjs](https://github.com/AntoniosBarotsis/confusables/blob/main/crates/confusables-js/__test__/index.spec.mjs)).
For usage examples, see [here](https://github.com/AntoniosBarotsis/confusables/blob/main/crates/confusables-js/__test__/index.spec.mjs).

Install with

Expand Down
2 changes: 1 addition & 1 deletion crates/confusables-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antonisbarotsis/confusables-js",
"version": "0.1.2",
"version": "0.1.3",
"main": "index.js",
"types": "index.d.ts",
"napi": {
Expand Down

0 comments on commit 6a9f933

Please sign in to comment.