Skip to content

Commit

Permalink
Change wording
Browse files Browse the repository at this point in the history
  • Loading branch information
eilvelia committed Apr 28, 2024
1 parent 4295b7c commit 4c204df
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changelog

## v0.1.0 (2024-04-28)
## v1.0.0 (2024-04-28)

Initial release.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ but comparable results.

[^1]: 99.97% porter2 compliant (fails on `'` cases only)

[^2]: that one has similar goals and surprisingly was published just 3 days
[^2]: That one has similar goals and, surprisingly, was published just 3 days
before this package was released! (And after I started working on it.)

[^3]: ESM only
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "porter2",
"version": "0.1.0",
"description": "Fast porter2 stemmer JavaScript implementation",
"version": "1.0.0",
"description": "Fastest JavaScript implementation of the porter2 stemmer",
"main": "dist/index.js",
"types": "index.d.ts",
"scripts": {
Expand Down

0 comments on commit 4c204df

Please sign in to comment.