Skip to content

Commit

Permalink
v5.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bhousel committed Jan 13, 2023
1 parent dea7eb9 commit b6e7d2d
Show file tree
Hide file tree
Showing 12 changed files with 647 additions and 192 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,36 @@ _Breaking changes, which may affect downstream projects, are marked with a_ ⚠
[#xxx]: https://github.com/osmlab/osm-community-index/issues/xxx
-->

# 5.5.0
##### 2022-Dec-12
* Support new resource type `zulip` ([#607])
* Added:
* Armenia Telegram ([#632])
* Multiple resources for Korea ([#634])
* Norway Discourse ([#630])
* Turin Telegram ([#626])
* Multiple resources for Latvia ([#607])
* OpenStreetMap Mastodon ([#550], [#166])
* Updated:
* Fix link to new website for OSM Italia ([#636])
* Cleanup redundant text ([#635])
* Fix invite link for OSM Japan Slack ([#631])
* Deleted:
* MapColabora meetup shutting down ([#637])

[#166]: https://github.com/osmlab/osm-community-index/issues/166
[#550]: https://github.com/osmlab/osm-community-index/issues/550
[#607]: https://github.com/osmlab/osm-community-index/issues/607
[#626]: https://github.com/osmlab/osm-community-index/issues/626
[#630]: https://github.com/osmlab/osm-community-index/issues/630
[#631]: https://github.com/osmlab/osm-community-index/issues/631
[#632]: https://github.com/osmlab/osm-community-index/issues/632
[#634]: https://github.com/osmlab/osm-community-index/issues/634
[#635]: https://github.com/osmlab/osm-community-index/issues/635
[#636]: https://github.com/osmlab/osm-community-index/issues/636
[#637]: https://github.com/osmlab/osm-community-index/issues/637


# 5.4.0
##### 2022-Dec-12
* Support new resource types `mastodon` ([#605]) and `signal` ([#622])
Expand Down
9 changes: 6 additions & 3 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ Click "Add Release Notes" and link to the CHANGELOG

```bash
curl 'https://purge.jsdelivr.net/gh/osmlab/osm-community-index@main/dist/completeFeatureCollection.min.json'
curl 'https://purge.jsdelivr.net/npm/[email protected]/dist/defaults.min.json'
curl 'https://purge.jsdelivr.net/npm/[email protected]/dist/featureCollection.min.json'
curl 'https://purge.jsdelivr.net/npm/[email protected]/dist/resources.min.json'
curl 'https://purge.jsdelivr.net/npm/osm-community-index@5/dist/defaults.min.json'
curl 'https://purge.jsdelivr.net/npm/osm-community-index@5/dist/featureCollection.min.json'
curl 'https://purge.jsdelivr.net/npm/osm-community-index@5/dist/resources.min.json'
curl 'https://purge.jsdelivr.net/npm/[email protected]/dist/defaults.min.json'
curl 'https://purge.jsdelivr.net/npm/[email protected]/dist/featureCollection.min.json'
curl 'https://purge.jsdelivr.net/npm/[email protected]/dist/resources.min.json'
```
2 changes: 1 addition & 1 deletion defaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,6 @@
"zulip": {
"name": "{community} Zulip",
"description": "Join our community chat on Zulip"
},
}
}
}
Loading

0 comments on commit b6e7d2d

Please sign in to comment.