From 28239ae94a28e491f4dc94257bdce0798c1b5854 Mon Sep 17 00:00:00 2001 From: Oscar Lorentzon Date: Wed, 15 Nov 2023 16:42:16 +0100 Subject: [PATCH] chore: update docs to v4.1.2 --- CHANGELOG.md | 6 ++++++ README.md | 8 ++++---- doc/docs/intro/try.mdx | 6 +++--- doc/package.json | 2 +- 4 files changed, 14 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdc72fab..fafae5ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to MapillaryJS from v3.x will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## 4.1.2 - November 15, 2023 + +### :bug: Fixed + +- Request user (creator) from Graph API ([5c86f4f](https://github.com/mapillary/mapillary-js/commit/5c86f4f40ac27306fbe845eccc8576084aecdf05)) + ## 4.1.1 - September 7, 2022 ### :bug: Fixed diff --git a/README.md b/README.md index 33316168..8aee3df3 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Use a CSS loader or include the CSS file in the `` of your HTML file. ```html ``` @@ -59,7 +59,7 @@ Use a CSS loader or include the CSS file in the `` of your HTML file. ```html ``` @@ -85,9 +85,9 @@ const viewer = new Viewer(options); Include the JavaScript and CSS files in the `` of your HTML file. ```html - + ``` diff --git a/doc/docs/intro/try.mdx b/doc/docs/intro/try.mdx index 8de737ff..8ab19527 100644 --- a/doc/docs/intro/try.mdx +++ b/doc/docs/intro/try.mdx @@ -69,7 +69,7 @@ Use a CSS loader or include the CSS file in the `` of your HTML file. ```html ``` @@ -129,9 +129,9 @@ const viewer = new Viewer({ Include the JavaScript and CSS files in the `` of your HTML file. ```html - + ``` diff --git a/doc/package.json b/doc/package.json index b661ca54..8b5416eb 100644 --- a/doc/package.json +++ b/doc/package.json @@ -1,6 +1,6 @@ { "name": "mapillary-js-doc", - "version": "4.1.1", + "version": "4.1.2", "description": "documentation for mapillary-js", "license": "MIT", "private": true,