Skip to content

Commit

Permalink
Version update (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanlurie authored Apr 8, 2024
1 parent be571e6 commit 200380c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
### Bug Fixes
### Others

## 2.0.1
### Bug Fixes
- Bundling issue solved by [#79](https://github.com/maptiler/maptiler-sdk-js/pull/79)

## 2.0.0
### New Features
- Updating with MapLibre GL JS v4.1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@maptiler/sdk",
"version": "2.0.0",
"version": "2.0.1",
"description": "The Javascript & TypeScript map SDK tailored for MapTiler Cloud",
"module": "dist/maptiler-sdk.mjs",
"types": "dist/maptiler-sdk.d.ts",
Expand Down
2 changes: 0 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,6 @@ function getMapLibreVersion(): string {
return maplibregl.getVersion();
}

console.log("maplibregl", maplibregl);

// We still want to export maplibregl.Map, but as a different name
const MapMLGL = maplibregl.Map;
const MarkerMLGL = maplibregl.Marker;
Expand Down

0 comments on commit 200380c

Please sign in to comment.