Skip to content

Commit

Permalink
chore(release): 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nexdrew committed Jun 6, 2016
1 parent 546ff4a commit 83103de
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="4.1.0"></a>
# [4.1.0](https://github.com/npm/npme-installer/compare/v4.0.0...v4.1.0) (2016-06-06)


### Features

* cleanup the UI a bit, link to http rather than https ([#145](https://github.com/npm/npme-installer/issues/145)) ([546ff4a](https://github.com/npm/npme-installer/commit/546ff4a))



<a name="4.0.0"></a>
# [4.0.0](https://github.com/npm/npme-installer/compare/v3.10.0...v4.0.0) (2016-06-01)

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "npme",
"version": "4.0.0",
"version": "4.1.0",
"description": "One-step-installer for npm Enterprise servers",
"bin": "bin/npme.js",
"scripts": {
Expand Down Expand Up @@ -33,4 +33,4 @@
"standard": "^6.0.8",
"standard-version": "^2.1.2"
}
}
}

0 comments on commit 83103de

Please sign in to comment.