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 43ca1e8 commit df50ef0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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

### v5.2.1

:rocket: Remove unused imports

### v5.2.0

- :arrow_up: Use latest ETL Library
Expand Down
3 changes: 1 addition & 2 deletions task.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import { FeatureCollection, Feature } from 'geojson';
import { FeatureCollection } from 'geojson';
import { TSchema } from '@sinclair/typebox';
import ETL, { TaskLayer, Event, SchemaType, handler as internal, local, env } from '@tak-ps/etl';
import EsriDump, {
Geometry,
EsriDumpConfigInput,
EsriDumpConfigApproach
} from 'esri-dump';
Expand Down

0 comments on commit df50ef0

Please sign in to comment.