Skip to content

Commit

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

## Unreleased
## [1.1.1] - 2015-08-03

### Fixed
* Use `Error` when returning errors
Expand All @@ -26,5 +26,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## 1.0.0 - 2015-03-19
* first implementation

[1.1.1]: https://github.com/koopjs/bbox2extent/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/koopjs/bbox2extent/compare/v1.0.1...v1.1.0
[1.0.1]: https://github.com/koopjs/bbox2extent/compare/v1.0.0...v1.0.1
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bbox2extent",
"description": "Transform a GeoJSON bounding box into an Esri-formatted extent object.",
"version": "1.1.0",
"version": "1.1.1",
"author": "Nate Goldman <[email protected]>",
"bugs": {
"url": "https://github.com/koopjs/bbox2extent/issues"
Expand Down

0 comments on commit aa76176

Please sign in to comment.