Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
khashashin committed May 26, 2024
1 parent 671bdbe commit d2fd10e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@ce/transliteration",
"version": "0.1.5",
"version": "0.1.6",
"exports": "./translit.ts"
}
3 changes: 2 additions & 1 deletion translit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
* This module provides a transliteration mapping and a function to apply transliteration
* based on a predefined mapping from one script to another.
*
* Demo: https://chechen-language.github.io/repositories/chechen-transliterator/?text=дӏахьаьдира
*
* @module translit
*
* @example
Expand All @@ -13,7 +15,6 @@
*
* console.log(translitMap);
*
* Demo: https://chechen-language.github.io/repositories/chechen-transliterator/?text=дӏахьаьдира
* ```
*/

Expand Down

0 comments on commit d2fd10e

Please sign in to comment.