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 4cadf17 commit 1ea82d6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [2.0.0] - 2015-10-23

Stable Release!

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

## [2.0.0-alpha] - 2015-10-15

### Fixed
Expand Down Expand Up @@ -53,6 +60,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## 0.0.2 - 2014-12-30

[2.0.0]: https://github.com/koopjs/koop-gist/compare/v2.0.0-alpha...v2.0.0
[2.0.0-alpha]: https://github.com/koopjs/koop-gist/compare/v1.1.1...v2.0.0-alpha
[1.1.1]: https://github.com/koopjs/koop-gist/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/koopjs/koop-gist/compare/v1.0.1...v1.1.0
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koop-gist",
"description": "Github gist provider for Koop",
"version": "2.0.0-alpha",
"version": "2.0.0",
"author": "Chris Helm",
"bugs": {
"url": "https://github.com/koopjs/koop-gist/issues"
Expand All @@ -10,7 +10,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.65.0"
},
"devDependencies": {
Expand Down

0 comments on commit 1ea82d6

Please sign in to comment.