Skip to content

Commit

Permalink
📦1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rgwozdz committed Jul 24, 2018
1 parent 6eee204 commit 948bd5c
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] - 2018-07-24
### Fixed
* Remove async/await and rewrite with promises to support older versions of Node

Expand Down Expand Up @@ -30,6 +30,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Changed
* Change from spatialreference.org to epsg.io

[1.1.1]: https://github.com/koopjs/spatialreference/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/koopjs/spatialreference/compare/v1.0.4...v1.1.0
[1.0.4]: https://github.com/koopjs/spatialreference/compare/v1.0.3...v1.0.4
[1.0.3]: https://github.com/koopjs/spatialreference/compare/v1.0.3...v1.0.2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spatialreference",
"version": "1.1.0",
"version": "1.1.1",
"description": "A helper library for translating spatial reference systems",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 948bd5c

Please sign in to comment.