Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowspawn committed Feb 25, 2020
1 parent 67cd962 commit a0cfc80
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Expand Up @@ -7,9 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

<!-- markdownlint-disable MD024 -->

## [Unreleased] (date goes here)
## [6.3.1] (2020-02-25)

### Fix
### Fixed

- remove old version of node before copy to avoid firewall issues on macOS ([#394])

Expand Down Expand Up @@ -261,6 +261,7 @@ Only minor functional changes, but technically could break scripts relying on sp
<!-- reference links for releases -->

[Unreleased]: https://github.com/tj/n/compare/master...develop
[6.3.1]: https://github.com/tj/n/compare/v6.3.0...v6.3.1
[6.3.0]: https://github.com/tj/n/compare/v6.2.0...v6.3.0
[6.2.0]: https://github.com/tj/n/compare/v6.1.3...v6.2.0
[6.1.3]: https://github.com/tj/n/compare/v6.0.2...v6.1.3
Expand Down
2 changes: 1 addition & 1 deletion bin/n
Expand Up @@ -40,7 +40,7 @@ function echo_red() {
# Setup and state
#

VERSION="6.3.1-0"
VERSION="6.3.1"

N_PREFIX="${N_PREFIX-/usr/local}"
N_PREFIX=${N_PREFIX%/}
Expand Down
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,7 +1,7 @@
{
"name": "n",
"description": "Interactively Manage All Your Node Versions",
"version": "6.3.1-0",
"version": "6.3.1",
"author": "TJ Holowaychuk <tj@vision-media.ca>",
"homepage": "https://github.com/tj/n",
"bugs": "https://github.com/tj/n/issues",
Expand Down

0 comments on commit a0cfc80

Please sign in to comment.