Skip to content

Commit e91ba84

Browse files
committed
v3.0.0
1 parent 605e83e commit e91ba84

File tree

2 files changed

+38
-3
lines changed

2 files changed

+38
-3
lines changed

CHANGELOG.md

+37-2
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,45 @@ _Breaking changes, which may affect downstream projects, are marked with a_ :war
1919
[#xxx]: https://github.com/osmlab/osm-community-index/issues/xxx
2020
-->
2121

22+
# 3.0.0
23+
##### 2020-Dec-15
24+
* Added:
25+
* OSM Turkey Facebook group and mailing list ([#395], [#396])
26+
* OSM Poland Telegram group ([#394])
27+
* OSM Hong Kong Discord ([#391])
28+
* OSM Finland Facebook group ([#388])
29+
* Catalan community resources ([#387])
30+
* Fix OSM Iraq mailing list so it is now included ([#370])
31+
* OSM Austria Matrix chat ([#348])
32+
* Updated:
33+
* Update YouthMappers CostaRica source strings to English ([#386])
34+
* Fix misspelling "Xeoinquedos" ([#344], [#379])
35+
* Dependencies:
36+
* Upgrade to location-conflation v0.6 / country-coder v4.0
37+
* Breaking Changes:
38+
* :warning: Removed unneeded `index.mjs` and `index.js` JavaScript bundles
39+
* :warning: Renamed files for consistency and clarity:
40+
* `dist/features.json` -> `dist/featureCollection.json`
41+
* `dist/combined.geojson` -> `dist/combinedFeatureCollection.json`
42+
43+
[#344]: https://github.com/osmlab/osm-community-index/issues/344
44+
[#348]: https://github.com/osmlab/osm-community-index/issues/348
45+
[#370]: https://github.com/osmlab/osm-community-index/issues/370
46+
[#379]: https://github.com/osmlab/osm-community-index/issues/379
47+
[#386]: https://github.com/osmlab/osm-community-index/issues/386
48+
[#387]: https://github.com/osmlab/osm-community-index/issues/387
49+
[#388]: https://github.com/osmlab/osm-community-index/issues/388
50+
[#391]: https://github.com/osmlab/osm-community-index/issues/391
51+
[#394]: https://github.com/osmlab/osm-community-index/issues/394
52+
[#395]: https://github.com/osmlab/osm-community-index/issues/395
53+
[#396]: https://github.com/osmlab/osm-community-index/issues/396
54+
55+
2256
# 2.1.2
2357
##### 2020-Oct-21
2458
* Added:
2559
* OSM Malta IRC room ([#374])
26-
* OSM Italy, Lombardy region ([#372],[#373],[#378])
60+
* OSM Italy, Lombardy region ([#372], [#373], [#378])
2761
* OSM Iraq mailing list ([#370])
2862
* OSM France, Grenoble region ([#369])
2963
* OSM Luxembourg resources ([#367])
@@ -32,7 +66,7 @@ _Breaking changes, which may affect downstream projects, are marked with a_ :war
3266
* Poland Github ([#350])
3367
* XMPP chat for Berlin / Germany ([#349])
3468
* Updated:
35-
* Use matrix.to links for Matrix chat ([#365],[#366],[#375],[#376],[#377])
69+
* Use matrix.to links for Matrix chat ([#365], [#366], [#375], [#376], [#377])
3670
* Updated descriptions and links for Philippine channels ([#371])
3771
* Adjust ranking of Irish community resources ([#368])
3872
* OSM-US is an official local chapter now
@@ -63,6 +97,7 @@ _Breaking changes, which may affect downstream projects, are marked with a_ :war
6397
[#377]: https://github.com/osmlab/osm-community-index/issues/377
6498
[#378]: https://github.com/osmlab/osm-community-index/issues/378
6599

100+
66101
# 2.1.1
67102
##### 2020-Apr-13
68103

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "osm-community-index",
3-
"version": "2.1.2",
3+
"version": "3.0.0",
44
"license": "ISC",
55
"description": "An index of community resources for OpenStreetMap",
66
"homepage": "https://openstreetmap.community",

0 commit comments

Comments
 (0)