Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Apr 15, 2024
1 parent 65db1f8 commit 0a5db89
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@

## Version History

### v2.0.1

- :bug: Update properties response

### v2.0.0

- :rocket: Use of metadata property
Expand Down
2 changes: 1 addition & 1 deletion task.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export default class Task extends ETL {

fire.date = moment(fire.date).seconds(0).milliseconds(0).toISOString().replace(/:00.000Z/, '').replace('T', ' ');

const feat: Feature<Geometry, Record<string, string>> = {
const feat: Feature<Geometry, Record<string, any>> = {
id: `wildweb-${fire.uuid}`,
type: 'Feature',
properties: {
Expand Down

0 comments on commit 0a5db89

Please sign in to comment.