Skip to content

Commit 89a820f

Browse files
authored
chore: Prepare 0.3.1 (#147)
1 parent cc22e69 commit 89a820f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

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+
39
## [0.3.0] - 2025-02-11
410

511
This version includes major improvements over 0.2.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"examples/*"
55
],
66
"name": "@geoarrow/deck.gl-layers",
7-
"version": "0.3.0",
7+
"version": "0.3.1",
88
"type": "module",
99
"description": "",
1010
"source": "src/index.ts",

0 commit comments

Comments
 (0)