Skip to content

Commit

Permalink
Bump for rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dhh committed Aug 25, 2021
1 parent 84b0a89 commit 57ea889
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": "@hotwired/turbo",
"version": "7.0.0-rc.1",
"version": "7.0.0-rc.2",
"description": "The speed of a single-page web application without having to write any JavaScript",
"module": "dist/turbo.es2017-esm.js",
"main": "dist/turbo.es5-umd.js",
Expand Down

2 comments on commit 57ea889

@janko
Copy link

@janko janko commented on 57ea889 Aug 26, 2021

Choose a reason for hiding this comment

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

I noticed that in the release notes, the "Force frame reload on every link click" entry links to #352, which is about handling aborting requests. The correct pull request it should be linking to is #349.

@dhh
Copy link
Member Author

@dhh dhh commented on 57ea889 Aug 26, 2021

Choose a reason for hiding this comment

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

Fixed.

Please sign in to comment.