Skip to content

Commit

Permalink
📦 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ungoldman committed Oct 23, 2015
1 parent f13a9a1 commit 2646691
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased
## [2.0.0] - 2015-10-23

Stable Release!

### Changed
* bumped `koop-provider` to `^1.0.0`

### Added
* **model**: debug information for github api and koop cache
Expand Down Expand Up @@ -57,6 +62,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## v0.1.12 - 2015-03-16

[2.0.0]: https://github.com/koopjs/koop-github/compare/v2.0.0-alpha...v2.0.0
[2.0.0-alpha]: https://github.com/koopjs/koop-github/compare/v1.0.1...v2.0.0-alpha
[1.0.1]: https://github.com/koopjs/koop-github/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/koopjs/koop-github/compare/v0.1.12...v1.0.0
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koop-github",
"description": "Github provider for Koop",
"version": "2.0.0-alpha",
"version": "2.0.0",
"author": "Chris Helm",
"bugs": {
"url": "https://github.com/koopjs/koop-github/issues"
Expand All @@ -11,7 +11,7 @@
"debug": "^2.2.0",
"ejs": "~1.0.0",
"geohub": "^1.0.2",
"koop-provider": "^1.0.0-beta",
"koop-provider": "^1.0.0",
"request": "^2.64.0",
"sphericalmercator": "~1.0.2"
},
Expand Down

0 comments on commit 2646691

Please sign in to comment.