Skip to content
This repository has been archived by the owner on Jan 25, 2020. It is now read-only.

Commit

Permalink
version bump to 1.0.0-rc.1 and changelog update
Browse files Browse the repository at this point in the history
  • Loading branch information
Trevor Livingston committed Sep 9, 2014
1 parent e9af304 commit ba88bd5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
##### v1.0.0-rc.1 - 20140909
**Features**
- Upgrade to hapi 6.
- Removed logging, prefers Good.

This comment has been minimized.

Copy link
@drkibitz

drkibitz Sep 23, 2014

What does this mean?

This comment has been minimized.

Copy link
@tlivings

tlivings Sep 23, 2014

Contributor

Previously kappa was providing logging that is better served by the Good plugin: https://github.com/hapijs/good


##### v0.14.0 - 20140205
**Features**
- Upgrade to hapi 2.1.x
Expand All @@ -11,4 +16,4 @@
**Features**
- More sane fallback scenarios.
- Lightweight plugin support
- tarball rewriting for routing tarballs through kappa instance
- tarball rewriting for routing tarballs through kappa instance
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kappa",
"version": "0.14.3",
"version": "1.0.0-rc.1",
"description": "A hierarchical npm-registry proxy to make private registries easier. (Based on npm-delegate by @jden)",
"main": "index.js",
"bin": "kappa.js",
Expand Down

0 comments on commit ba88bd5

Please sign in to comment.