Skip to content

Commit

Permalink
📦 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rgwozdz committed Jun 21, 2019
1 parent 33414a9 commit 8417197
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions 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.0.0] - 2019-06-21
### Changed
* path to package.json
* refactor into source directory
Expand All @@ -15,4 +15,5 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Added
* Linting and travis build.

[0.0.3]: https://github.com/koopjs/koop-output-vector-tiles/releases/tag/v1.0.0
[1.0.0]: https://github.com/koopjs/koop-output-vector-tiles/compare/v0.0.3...v1.0.0
[0.0.3]: https://github.com/koopjs/koop-output-vector-tiles/releases/tag/v0.0.3
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@koopjs/output-vector-tiles",
"version": "0.0.3",
"version": "1.0.0",
"description": "Koop output-plugin for generating Vector-tiles from GeoJSON",
"main": "dist/index.js",
"directories": {
Expand Down

0 comments on commit 8417197

Please sign in to comment.