Skip to content

Commit

Permalink
2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
alubbe committed Apr 14, 2016
1 parent fa6c73c commit 0c8aa42
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": "named-routes",
"version": "2.0.3",
"version": "2.0.4",
"description": "Named routes for node.js. Works with express and independently",
"main": "router.js",
"scripts": {
Expand Down

2 comments on commit 0c8aa42

@davericher
Copy link

Choose a reason for hiding this comment

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

This breaks stuff for me but all I see here is a version bump?

@alubbe
Copy link
Owner Author

@alubbe alubbe commented on 0c8aa42 Apr 17, 2016

Choose a reason for hiding this comment

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

Check the release page for more details: https://github.com/alubbe/named-routes/releases
The only commit since 2.0.3 that is not related to documentation or tests is 85c5ef1

Could you open an issue and provide me with a code snippet of what 2.0.4 breaks?

Please sign in to comment.