Release v0.5.0

This commit is contained in:
Rico Sta. Cruz
2016-01-30 01:50:06 +08:00
parent 7c52429e58
commit cc9c8f0803
2 changed files with 9 additions and 1 deletions

View File

@@ -1,3 +1,11 @@
## [v0.5.0]
> Jan 30, 2016
- Support scoped modules without version spec (eg, `pnpm i @rstacruz/tap-spec`).
- Lots of internal cleanups.
[v0.5.0]: https://github.com/rstacruz/pnpm/compare/v0.4.1...v0.5.0
## [v0.4.1]
> Jan 29, 2016

View File

@@ -1,7 +1,7 @@
{
"name": "pnpm.js",
"description": "A fast implementation of npm install",
"version": "0.4.1",
"version": "0.5.0",
"author": "Rico Sta. Cruz <rico@ricostacruz.com>",
"bin": {
"pnpm": "bin/pnpm",