Skip to content

Commit eda025b

Browse files
committed
v3.1.2
1 parent 01a6e9d commit eda025b

File tree

2 files changed

+50
-10
lines changed

2 files changed

+50
-10
lines changed

CHANGELOG.md

+49-9
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,46 @@ _Breaking changes, which may affect downstream projects, are marked with a_ :war
1818
1919
[#xxx]: https://github.com/osmlab/osm-community-index/issues/xxx
2020
-->
21+
# 3.1.2
22+
##### 2021-Mar-30
23+
* Added:
24+
* OSM Azerbaijan Facebook ([#429])
25+
* OSM Bangledesh ([#429])
26+
* OSM Belarus ([#429])
27+
* OSM Afghanistan Talk list ([#427])
28+
* OSM Algeria forum ([#427])
29+
* OSM Albania Facebook ([#427])
30+
* OSM Cameroon ([#425], [#426])
31+
* OSM Berlin Matrix ([#419])
32+
* OSM Asti (Italy) ([#416])
33+
* OSM Poland Discord ([#412], [#415])
34+
* Updated:
35+
* Update descriptions and ordering for OSM Luxembourg ([#428])
36+
* Correct OSM World Discord name ([#420])
37+
* Adjust sort order for global OSM resources ([#418])
38+
* Adjust sort order for OSM Poland GitHub ([#413])
39+
* Correct region for UK local chapter ([#411])
40+
* Removed Inactive:
41+
* YouthMappers chapter ym-Tribhuvan-University ([#422])
42+
* YouthMappers chapter ym-Kathmandu-University ([#421])
43+
44+
[#411]: https://github.com/osmlab/osm-community-index/issues/411
45+
[#412]: https://github.com/osmlab/osm-community-index/issues/412
46+
[#413]: https://github.com/osmlab/osm-community-index/issues/413
47+
[#415]: https://github.com/osmlab/osm-community-index/issues/415
48+
[#416]: https://github.com/osmlab/osm-community-index/issues/416
49+
[#418]: https://github.com/osmlab/osm-community-index/issues/418
50+
[#419]: https://github.com/osmlab/osm-community-index/issues/419
51+
[#420]: https://github.com/osmlab/osm-community-index/issues/420
52+
[#421]: https://github.com/osmlab/osm-community-index/issues/421
53+
[#422]: https://github.com/osmlab/osm-community-index/issues/422
54+
[#425]: https://github.com/osmlab/osm-community-index/issues/425
55+
[#426]: https://github.com/osmlab/osm-community-index/issues/426
56+
[#427]: https://github.com/osmlab/osm-community-index/issues/427
57+
[#428]: https://github.com/osmlab/osm-community-index/issues/428
58+
[#429]: https://github.com/osmlab/osm-community-index/issues/429
59+
60+
2161
# 3.1.1
2262
##### 2021-Jan-27
2363
* Added:
@@ -27,10 +67,10 @@ _Breaking changes, which may affect downstream projects, are marked with a_ :war
2767
* Updated:
2868
* OSM World Discord language codes ([#406])
2969

30-
[#410]: https://github.com/osmlab/osm-community-index/issues/410
31-
[#409]: https://github.com/osmlab/osm-community-index/issues/409
32-
[#408]: https://github.com/osmlab/osm-community-index/issues/408
3370
[#406]: https://github.com/osmlab/osm-community-index/issues/406
71+
[#408]: https://github.com/osmlab/osm-community-index/issues/408
72+
[#409]: https://github.com/osmlab/osm-community-index/issues/409
73+
[#410]: https://github.com/osmlab/osm-community-index/issues/410
3474

3575

3676
# 3.1.0
@@ -45,13 +85,13 @@ _Breaking changes, which may affect downstream projects, are marked with a_ :war
4585
* Updated:
4686
* OSM World Discord URL ([#401])
4787

48-
[#404]: https://github.com/osmlab/osm-community-index/issues/404
49-
[#403]: https://github.com/osmlab/osm-community-index/issues/403
50-
[#402]: https://github.com/osmlab/osm-community-index/issues/402
51-
[#401]: https://github.com/osmlab/osm-community-index/issues/401
52-
[#400]: https://github.com/osmlab/osm-community-index/issues/400
53-
[#399]: https://github.com/osmlab/osm-community-index/issues/399
5488
[#398]: https://github.com/osmlab/osm-community-index/issues/398
89+
[#399]: https://github.com/osmlab/osm-community-index/issues/399
90+
[#400]: https://github.com/osmlab/osm-community-index/issues/400
91+
[#401]: https://github.com/osmlab/osm-community-index/issues/401
92+
[#402]: https://github.com/osmlab/osm-community-index/issues/402
93+
[#403]: https://github.com/osmlab/osm-community-index/issues/403
94+
[#404]: https://github.com/osmlab/osm-community-index/issues/404
5595

5696

5797
# 3.0.1

package.json

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

0 commit comments

Comments
 (0)