Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bhousel committed Mar 11, 2020
1 parent 2261298 commit 6157f32
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ _Breaking changes, which may affect downstream projects, are marked with a_ :war
[#xxx]: https://github.com/ideditor/location-conflation/issues/xxx
-->

## 0.1.0
##### 2020-Mar-11
* Initial release
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
- [ ] git checkout master
- [ ] npm install
- [ ] npm run test
- [ ] npm run dist
- [ ] npm run txpull
- [ ] git add . && git commit -m 'npm run txpull'
- [ ] Update `CHANGELOG.md`
- [ ] Update version number in `package.json`
- [ ] npm run dist
- [ ] git add . && git commit -m 'vA.B.C'
- [ ] git tag vA.B.C
- [ ] git push origin master vA.B.C
Expand Down
2 changes: 1 addition & 1 deletion dist/legacy/imagery.geojson
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "FeatureCollection",
"meta": {"generated": "2020-03-11 14:48:51", "version": "1.0"},
"meta": {"generated": "2020-03-11 20:58:38", "version": "1.0"},
"features": [
{
"type": "Feature",
Expand Down
2 changes: 1 addition & 1 deletion dist/legacy/imagery.min.geojson

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ideditor/imagery-index",
"version": "0.0.0",
"version": "0.1.0",
"license": "ISC",
"repository": "ideditor/imagery-index",
"author": "Bryan Housel <[email protected]>",
Expand Down

0 comments on commit 6157f32

Please sign in to comment.