Skip to content

Commit

Permalink
Merge pull request #317 from xcatliu/fix-release-5.0.0-bug
Browse files Browse the repository at this point in the history
Use * instead of _ as em tags in markdown
  • Loading branch information
phillipj committed Nov 2, 2015
2 parents bda3a2f + e2ec108 commit dca568a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locale/en/blog/release/v5.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The general rule for deciding which version of Node.js to use is:
* Stay on or upgrade to Node.js v4.2.x if you need **stability and have a complex production environment**, e.g. you are a medium or large enterprise.
* Upgrade to Node.js v5.x if you have the ability to upgrade versions quickly and easily without distributing your environment and want to play with the latest features as they arrive.

The release notes below are annotated with the main breaking changes that warrant the jump to v5. Note that because this new version of Node.js is shipping with a new version of V8, you will need to recompile any native add-ons you have already installed or you will receive a runtime error when trying to load them. Use `npm rebuild` or simply remove your _node_modules_ directory and `npm install` from scratch.
The release notes below are annotated with the main breaking changes that warrant the jump to v5. Note that because this new version of Node.js is shipping with a new version of V8, you will need to recompile any native add-ons you have already installed or you will receive a runtime error when trying to load them. Use `npm rebuild` or simply remove your *node_modules* directory and `npm install` from scratch.

### Notable Changes

Expand Down

0 comments on commit dca568a

Please sign in to comment.