Skip to content

Commit ef00fb8

Browse files
committed
0.2.2
1 parent 9ea09fd commit ef00fb8

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

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.2
4+
5+
- Update ctx types for convex@1.41+
6+
37
## 0.2.1
48

59
- Allow passing { bounds: { eq: key }}, supporting non-array keys for counts

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@convex-dev/aggregate",
33
"description": "Convex component to calculate counts and sums of values for efficient aggregation.",
4-
"version": "0.2.1",
4+
"version": "0.2.2",
55
"keywords": [
66
"convex",
77
"component",

0 commit comments

Comments
 (0)