Skip to content

Commit

Permalink
Changelog, use commitizen
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcw committed Dec 19, 2016
1 parent 1646944 commit 081eca0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<a name="0.2.2"></a>
## [0.2.2](https://github.com/mapbox/geojson-area/compare/v0.2.1...v0.2.2) (2016-12-19)


### Bug Fixes

* **algorithm:** Avoid accidental global i, fixes use strict ([1646944](https://github.com/mapbox/geojson-area/commit/1646944))



10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mapbox/geojson-area",
"version": "0.2.1",
"version": "0.2.2",
"description": "calculate the physical area of a geojson geometry",
"main": "index.js",
"directories": {
Expand All @@ -24,6 +24,12 @@
"wgs84": "0.0.0"
},
"devDependencies": {
"cz-conventional-changelog": "^1.2.0",
"tape": "^3.0.3"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}
}

0 comments on commit 081eca0

Please sign in to comment.