Skip to content

Commit

Permalink
release v2.43.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mgermerie authored and Desplandis committed Apr 30, 2024
1 parent 4d029ef commit a4d20f9
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
16 changes: 16 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
<a name="2.43.1"></a>
## [2.43.1](https://github.com/iTowns/itowns/compare/v2.43.0...v2.43.1) (2024-04-30)


### Bug Fixes

* **LASLoader:** fix default CDN URL ([4d029ef](https://github.com/iTowns/itowns/commit/4d029ef))
* **PointCloud:** correct some issues after refacto ([65c4008](https://github.com/iTowns/itowns/commit/65c4008))


### Workflow and chores

* release v2.43.1 ([719d9e3](https://github.com/iTowns/itowns/commit/719d9e3))



<a name="2.43.0"></a>
# [2.43.0](https://github.com/iTowns/itowns/compare/v2.42.0...v2.43.0) (2024-04-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.43.0",
"version": "2.43.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.43.0',
version: '2.43.1',
};
export const REVISION = conf.version;

Expand Down

0 comments on commit a4d20f9

Please sign in to comment.