Skip to content

Commit

Permalink
bump version 5.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowwalker committed Aug 23, 2022
1 parent cd18677 commit 7bcc597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-pwa",
"version": "5.5.5",
"version": "5.5.6",
"description": "Next.js with PWA, powered by workbox.",
"main": "index.js",
"repository": "https://github.com/shadowwalker/next-pwa",
Expand Down

1 comment on commit 7bcc597

@carloscuesta
Copy link

Choose a reason for hiding this comment

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

Hey! @shadowwalker

Just an observation, when releasing breaking changes it's better to bump a major eg: 6.0.0 instead of 5.5.6 to properly indicate that a breaking change was introduced into the package.

Following semVer specification: https://semver.org

Screenshot 2022-08-29 at 15 28 59

Please sign in to comment.