From e565ccb957ae616da6ccbcf673006ad7ea5e8ae0 Mon Sep 17 00:00:00 2001 From: Jonathan Lurie Date: Wed, 24 Apr 2024 16:50:04 +0200 Subject: [PATCH] version bump before release (#84) --- CHANGELOG.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00794a6..46b7074 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,11 +3,11 @@ ## DEVEL ### New Features ### Bug Fixes -- Fix for the client-side caching breaking GeoJSON sources [#82](https://github.com/maptiler/maptiler-sdk-js/pull/82) ### Others -## NEXT +## 2.0.2 ### Bug Fixes +- Fix for the client-side caching breaking GeoJSON sources [#82](https://github.com/maptiler/maptiler-sdk-js/pull/82) - Improved attribution management ### Others - Update to MapLibre GL JS v4.1.3 diff --git a/package.json b/package.json index 8a141c3..ea4a625 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@maptiler/sdk", - "version": "2.0.1", + "version": "2.0.2", "description": "The Javascript & TypeScript map SDK tailored for MapTiler Cloud", "module": "dist/maptiler-sdk.mjs", "types": "dist/maptiler-sdk.d.ts",