We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc22e69 commit 89a820fCopy full SHA for 89a820f
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## [0.3.1] - 2025-07-17
4
+
5
+- fix: Only log metrics if desired, opt-in by @kylebarron in https://github.com/geoarrow/deck.gl-layers/pull/146
6
7
+**Full Changelog**: https://github.com/geoarrow/deck.gl-layers/compare/v0.3.0...v0.3.1
8
9
## [0.3.0] - 2025-02-11
10
11
This version includes major improvements over 0.2.
package.json
@@ -4,7 +4,7 @@
"examples/*"
],
"name": "@geoarrow/deck.gl-layers",
- "version": "0.3.0",
+ "version": "0.3.1",
"type": "module",
"description": "",
"source": "src/index.ts",
0 commit comments