Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Jul 16, 2024
1 parent f2adc61 commit 64dfab5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
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

### v4.0.1 - 2024-07-16

- :bug: Fix internal typing

### v4.0.0 - 2024-07-16

- :tada: Output all metadata to CloudTAK
Expand Down
1 change: 1 addition & 0 deletions task.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { Type, TSchema } from '@sinclair/typebox';
import { fetch } from '@tak-ps/etl'
import { FeatureCollection } from 'geojson';
import ETL, { Event, SchemaType, handler as internal, local, env } from '@tak-ps/etl';

const Env = Type.Object({
Expand Down

0 comments on commit 64dfab5

Please sign in to comment.