Skip to content

Commit fde5fb9

Browse files
mgermerieDesplandis
authored andcommitted
release v2.44.1
1 parent e345979 commit fde5fb9

File tree

4 files changed

+19
-4
lines changed

4 files changed

+19
-4
lines changed

changelog.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
<a name="2.44.1"></a>
2+
## [2.44.1](https://github.com/iTowns/itowns/compare/v2.44.0...v2.44.1) (2024-09-06)
3+
4+
5+
### Bug Fixes
6+
7+
* **tutorials:** use OGC3DTilesLayer in 3d tiles tutorials ([e345979](https://github.com/iTowns/itowns/commit/e345979))
8+
9+
10+
### Workflow and chores
11+
12+
* release v2.44.1 ([fc7f8e9](https://github.com/iTowns/itowns/commit/fc7f8e9))
13+
14+
15+
116
<a name="2.44.0"></a>
217
# [2.44.0](https://github.com/iTowns/itowns/compare/v2.43.1...v2.44.0) (2024-09-02)
318

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

0 commit comments

Comments
 (0)