Skip to content

Commit a4d20f9

Browse files
mgermerieDesplandis
authored andcommitted
release v2.43.1
1 parent 4d029ef commit a4d20f9

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

changelog.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
<a name="2.43.1"></a>
2+
## [2.43.1](https://github.com/iTowns/itowns/compare/v2.43.0...v2.43.1) (2024-04-30)
3+
4+
5+
### Bug Fixes
6+
7+
* **LASLoader:** fix default CDN URL ([4d029ef](https://github.com/iTowns/itowns/commit/4d029ef))
8+
* **PointCloud:** correct some issues after refacto ([65c4008](https://github.com/iTowns/itowns/commit/65c4008))
9+
10+
11+
### Workflow and chores
12+
13+
* release v2.43.1 ([719d9e3](https://github.com/iTowns/itowns/commit/719d9e3))
14+
15+
16+
117
<a name="2.43.0"></a>
218
# [2.43.0](https://github.com/iTowns/itowns/compare/v2.42.0...v2.43.0) (2024-04-02)
319

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "itowns",
3-
"version": "2.43.0",
3+
"version": "2.43.1",
44
"description": "A JS/WebGL framework for 3D geospatial data visualization",
55
"type": "module",
66
"main": "lib/Main.js",

src/Main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const conf = {
2-
version: '2.43.0',
2+
version: '2.43.1',
33
};
44
export const REVISION = conf.version;
55

0 commit comments

Comments
 (0)