Skip to content

Commit

Permalink
release v2.44.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mgermerie authored and Desplandis committed Sep 9, 2024
1 parent e345979 commit fde5fb9
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
15 changes: 15 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
<a name="2.44.1"></a>
## [2.44.1](https://github.com/iTowns/itowns/compare/v2.44.0...v2.44.1) (2024-09-06)


### Bug Fixes

* **tutorials:** use OGC3DTilesLayer in 3d tiles tutorials ([e345979](https://github.com/iTowns/itowns/commit/e345979))


### Workflow and chores

* release v2.44.1 ([fc7f8e9](https://github.com/iTowns/itowns/commit/fc7f8e9))



<a name="2.44.0"></a>
# [2.44.0](https://github.com/iTowns/itowns/compare/v2.43.1...v2.44.0) (2024-09-02)

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "itowns",
"version": "2.44.0",
"version": "2.44.1",
"description": "A JS/WebGL framework for 3D geospatial data visualization",
"type": "module",
"main": "lib/Main.js",
Expand Down
2 changes: 1 addition & 1 deletion src/Main.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const conf = {
version: '2.44.0',
version: '2.44.1',
};
export const REVISION = conf.version;

Expand Down

0 comments on commit fde5fb9

Please sign in to comment.