Skip to content

Commit

Permalink
8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeembrey committed May 25, 2019
1 parent f562b74 commit 0265e4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "pluralize",
"version": "7.0.0",
"version": "8.0.0",
"description": "Pluralize and singularize any word",
"main": "pluralize.js",
"files": [
Expand Down

2 comments on commit 0265e4d

@MartinNuc
Copy link

@MartinNuc MartinNuc commented on 0265e4d May 6, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello, may I like to ask if there could be some basic change log? Or at least info if this package follows semver? 🙏 We want to bump the version but we don't know if this means breaking changes and if yes which ones.

EDIT: actually found it here: https://github.com/plurals/pluralize/releases/tag/v8.0.0 but it looks like those are only bugfixes, right? Would be great to follow semver.

@blakeembrey
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It does follow semver. See #72 for my past answer.

Please sign in to comment.