@inovitas/infra3dapi 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -19,7 +19,7 @@ Alternatively, you can obtain the API from a CDN. To get the latest version, add
19
19
  We recommend using a specific version in your project. To get a specific version, use the following script and adjust the version accordingly:
20
20
 
21
21
  ```html
22
- <script src="https://cdn.jsdelivr.net/npm/@inovitas/infra3dapi@1.0.0/infra3dapi.js"></script>
22
+ <script src="https://cdn.jsdelivr.net/npm/@inovitas/infra3dapi@1.0.1/infra3dapi.js"></script>
23
23
  ```
24
24
 
25
25
  **Note**: Please do not name the `<div>` in which the viewer is initialized as "infra3d" as this may cause internal conflicts.
@@ -37,6 +37,12 @@ To use the API, you can call the init functions in infra3dapi. After loggin in a
37
37
 
38
38
  # Changelog
39
39
 
40
+ ## 1.0.1 - 23.07.2024
41
+
42
+ ### Bugfixes
43
+
44
+ - Fixed a bug in the campaign change event in the viewer.
45
+
40
46
  ## 1.0.0 - 17.05.2024
41
47
 
42
48
  ### Bugfixes