Skip to content

Commit

Permalink
📦 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dmfenton committed Jan 25, 2017
1 parent 827f3e6 commit c4bb6ee
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [1.0.0] - 2017-01-25
* Initial Release

[1.0.0]: https://github.com/featureserver/featureserver/releases/tag/v1.0.0
20 changes: 17 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "featureserver",
"version": "0.0.0-alpha",
"description": "",
"version": "1.0.0",
"description": "*An open source implementation of the GeoServices specification*",
"main": "dist/index.js",
"directories": {
"test": "test"
Expand Down Expand Up @@ -40,5 +40,19 @@
"beforeEach",
"afterEach"
]
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/FeatureServer/FeatureServer.git"
},
"keywords": [
"featureserver",
"geoservices",
"geojson",
"sql"
],
"bugs": {
"url": "https://github.com/FeatureServer/FeatureServer/issues"
},
"homepage": "https://github.com/FeatureServer/FeatureServer#readme"
}

0 comments on commit c4bb6ee

Please sign in to comment.