diff --git a/CHANGELOG.md b/CHANGELOG.md index 0478b5b41..fdc72fab4 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.1 - September 7, 2022 + +### :bug: Fixed + +- Request organization (owner) from Graph API ([5017e60](https://github.com/mapillary/mapillary-js/commit/5017e608e902d1442584ed08265939e0d91302a2)) + ## 4.1.0 - March 2, 2022 ### :rocket: New Features diff --git a/README.md b/README.md index 11cc6ba95..333161682 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 7e7d8d9a7..8de737ff1 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 4413bda03..b661ca541 100644 --- a/doc/package.json +++ b/doc/package.json @@ -1,6 +1,6 @@ { "name": "mapillary-js-doc", - "version": "4.1.0", + "version": "4.1.1", "description": "documentation for mapillary-js", "license": "MIT", "private": true, diff --git a/package.json b/package.json index 858122ee1..19194a42b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mapillary-js", - "version": "4.1.0", + "version": "4.1.1", "description": "A WebGL interactive street imagery library", "license": "MIT", "main": "dist/mapillary.js",