Skip to content

Commit

Permalink
docs: tweak CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
othiym23 authored and iarna committed Aug 14, 2015
1 parent 41f3831 commit 4d8a651
Showing 1 changed file with 22 additions and 27 deletions.
49 changes: 22 additions & 27 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,36 +2,34 @@

#### IT'S HERE! KINDA!

This release adds support for Teens and Orcs (err, Teams and Organizations) to
the npm cli! Note that the website and registry side features of this are still
not ready for public consumption.
This release adds support for teens and orcs (err, teams and organizations) to
the npm CLI! Note that the web site and registry-side features of this are
still not ready for public consumption.

A beta should be starting in the next couple of weeks, and the big feature will
become public once all that's done. Keep an eye out for more news!
A beta should be starting in the next couple of weeks, and the features
themselves will become public once all that's done. Keep an eye out for more
news!

All of these changes were done under [`#9011`](https://github.com/npm/npm/pull/9011).
All of these changes were done under [`#9011`](https://github.com/npm/npm/pull/9011):

* [`f29c931`](https://github.com/npm/npm/commit/f29c931012ce5ccd69c29d83548f27e443bf7e62)
`[email protected]`: Upgrades client API to support team and access
commands
* [`6424170`](https://github.com/npm/npm/commit/6424170fc17c666a6efc090370ec691e0cab1792)
Added new `npm team` command and subcommands.
([@zkat](https://github.com/zkat))
* [`52220d1`](https://github.com/npm/npm/commit/52220d146d474ec29b683bd99c06f75cbd46a9f4)
docs: Added manpage for `npm team`
([@zkat](https://github.com/zkat))
* [`ea3eb87`](https://github.com/npm/npm/commit/ea3eb8733d9fa09ce34106b1b19fb1a8f95844a5)
docs: Gussied up manpage for `npm access` with new commands
Added documentation for new `npm team` command.
([@zkat](https://github.com/zkat))
* [`4e66830`](https://github.com/npm/npm/commit/4e668304850d02df8eb27a779fda76fe5de645e7)
access: updated to support teams and orgs features
Updated `npm access` to support teams and organizations.
([@zkat](https://github.com/zkat))
* [`6e0b431`](https://github.com/npm/npm/commit/6e0b431c1de5e329c86e57d097aa88ebfedea864)
whoami: Supporting change to make `npm whoami` usable elsewhere
* [`ea3eb87`](https://github.com/npm/npm/commit/ea3eb8733d9fa09ce34106b1b19fb1a8f95844a5)
Gussied up docs for `npm access` with new commands.
([@zkat](https://github.com/zkat))
* [`8391d28`](https://github.com/npm/npm/commit/8391d28321e838ae42ab03a1b0d1e83293fa3405)
access: standardified lib/access.js
* [`6e0b431`](https://github.com/npm/npm/commit/6e0b431c1de5e329c86e57d097aa88ebfedea864)
Fix up `npm whoami` to make the underlying API usable elsewhere.
([@zkat](https://github.com/zkat))
* [`6424170`](https://github.com/npm/npm/commit/6424170fc17c666a6efc090370ec691e0cab1792)
team: Implemented `npm team` command and subcommands
* [`f29c931`](https://github.com/npm/npm/commit/f29c931012ce5ccd69c29d83548f27e443bf7e62)
`[email protected]`: Upgrade `npm-registry-client` API to support
`team` and `access` calls against the registry.
([@zkat](https://github.com/zkat))

#### A FEW EXTRA VERSION BUMPS
Expand All @@ -40,21 +38,18 @@ All of these changes were done under [`#9011`](https://github.com/npm/npm/pull/9
`[email protected]`: Checks for some `npm@3` metadata.
([@iarna](https://github.com/iarna))
* [`5c8c9e5`](https://github.com/npm/npm/commit/5c8c9e5ae177ba7d0d298cfa42f3fc7f0271e4ec)
`[email protected]`: Updated some dependencies
`[email protected]`: Updated some dependencies.
([@timoxley](https://github.com/timoxley))
* [`5d56742`](https://github.com/npm/npm/commit/5d567425768b75aeab402c817a53d8b2bc60d8de)
`[email protected]`: tests, docs, and minor style nits.
`[email protected]`: Tests, docs, and minor style nits.
([@isaacs](https://github.com/isaacs))

#### ALSO A DOC FIX

* [`846fcc7`](https://github.com/npm/npm/commit/846fcc79b86984b109a97366b0422f995a45f8bf)
[`#9200`](https://github.com/npm/npm/pull/9200) docs: remove single quotes
around semver range
[`#9200`](https://github.com/npm/npm/pull/9200) Remove single quotes
around semver range, thus making it valid semver.
([@KenanY](https://github.com/KenanY))
* [`c794c9f`](https://github.com/npm/npm/commit/c794c9f39612a8e34b4a0e5a8f2eb7c01815afd6)
docs: fixed hash in changelog
([@zkat](https://github.com/zkat))

### v3.2.2 (2015-08-08):

Expand Down

0 comments on commit 4d8a651

Please sign in to comment.