Skip to content

Commit c1409c5

Browse files
mgermerieDesplandis
authored andcommitted
release v2.44.2
1 parent cbb1b96 commit c1409c5

File tree

4 files changed

+31
-4
lines changed

4 files changed

+31
-4
lines changed

changelog.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
<a name="2.44.2"></a>
2+
## [2.44.2](https://github.com/iTowns/itowns/compare/v2.44.1...v2.44.2) (2024-09-17)
3+
4+
5+
### Bug Fixes
6+
7+
* **3dtiles:** support point cloud attenuated mode in OGC3DTiles layer ([afcb250](https://github.com/iTowns/itowns/commit/afcb250))
8+
* **exampleCOPC:** fix elevation behavior ([95d2194](https://github.com/iTowns/itowns/commit/95d2194))
9+
* **PointCloud:** Fix clipping point cloud ([2019826](https://github.com/iTowns/itowns/commit/2019826))
10+
* **pointcloud:** Fix point cloud distance to camera whatever point cloud initial placement is ([ff9a86a](https://github.com/iTowns/itowns/commit/ff9a86a))
11+
12+
13+
### Workflow and chores
14+
15+
* release v2.44.2 ([f785666](https://github.com/iTowns/itowns/commit/f785666))
16+
* **deps:** bump actions/download-artifact in /.github/workflows ([8e872be](https://github.com/iTowns/itowns/commit/8e872be))
17+
* **deps:** bump body-parser and express ([a01de04](https://github.com/iTowns/itowns/commit/a01de04))
18+
* fix dependency vulnerabilities ([29dfc60](https://github.com/iTowns/itowns/commit/29dfc60))
19+
20+
21+
### Documentation
22+
23+
* remove empty class used for documentation ([9479973](https://github.com/iTowns/itowns/commit/9479973))
24+
* rewrite some docs to follow jsdoc semantics ([cbb1b96](https://github.com/iTowns/itowns/commit/cbb1b96))
25+
26+
27+
128
<a name="2.44.1"></a>
229
## [2.44.1](https://github.com/iTowns/itowns/compare/v2.44.0...v2.44.1) (2024-09-06)
330

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.44.1",
3+
"version": "2.44.2",
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.44.1',
2+
version: '2.44.2',
33
};
44
export const REVISION = conf.version;
55

0 commit comments

Comments
 (0)