We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8419530 commit f87d058Copy full SHA for f87d058
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
Log of changes since the 2.0 version
4
5
+### 1.2.3
6
+
7
+- Fix blank page when loading a changeset while not logged in (#796)
8
+- Remove Plausible analytics (for cost reasons; we may investigate adding
9
+ it back or switching to another analytics provider in the future)
10
11
### 1.2.2
12
13
- Fix display of RTL tag and role values in the element info table (#790)
package.json
@@ -1,6 +1,6 @@
1
{
"name": "osmcha-frontend",
- "version": "1.2.2",
+ "version": "1.2.3",
"license": "ISC",
"engines": {
"node": ">=7.0"
0 commit comments