Skip to content

Commit 87ef7fb

Browse files
committed
0.2.1
1 parent 42ed0d2 commit 87ef7fb

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

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

3+
## 0.2.1
4+
5+
- Adds filter support for querying for nearest points (credit: mackinleysmith)
6+
37
## 0.2.0
48

59
- Adds /test and /\_generated/component.js entrypoints

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"email": "support@convex.dev",
88
"url": "https://github.com/get-convex/geospatial/issues"
99
},
10-
"version": "0.2.0",
10+
"version": "0.2.1",
1111
"license": "Apache-2.0",
1212
"keywords": [
1313
"convex",
@@ -106,4 +106,4 @@
106106
},
107107
"types": "./dist/client/index.d.ts",
108108
"module": "./dist/client/index.js"
109-
}
109+
}

0 commit comments

Comments
 (0)