Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Mar 1, 2024
1 parent fa0d9e9 commit 283bb29
Show file tree
Hide file tree
Showing 4 changed files with 84 additions and 80 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

### v2.1.0

- :rocket: Update deps & remove subject prefix for more generic usage

### v2.0.0

- :rocket: Update to latest token strategy
Expand Down
154 changes: 77 additions & 77 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"license": "ISC",
"devDependencies": {
"@types/jsonwebtoken": "^9.0.1",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"eslint": "^8.31.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
Expand Down
2 changes: 1 addition & 1 deletion task.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export default class Task extends ETL {
id: `active911-${p.id}`,
type: 'Feature',
properties: {
callsign: `Subject: ${p.description}`,
callsign: `${p.description}`,
time: moment(p.send).toISOString(),
remarks: `
Groups: ${p.units}
Expand Down

0 comments on commit 283bb29

Please sign in to comment.