Skip to content

Commit

Permalink
refactor: drop version constant
Browse files Browse the repository at this point in the history
BREAKING CHANGE: The library no longer exports a version constant.
  • Loading branch information
jo3-l committed Jul 16, 2024
1 parent 4a54031 commit 9430168
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,3 @@ export * from './transformer/resolve-confusables';
export * from './transformer/resolve-leetspeak';
export * from './transformer/skip-non-alphabetic';
export * from './transformer/to-ascii-lowercase';

/**
* The current version of the library, formatted as `MAJOR.MINOR.PATCH`.
*/
export const version = '0.1.0';

0 comments on commit 9430168

Please sign in to comment.