Skip to content

Commit 00d094f

Browse files
chore(release): version packages
1 parent d55e8a9 commit 00d094f

File tree

7 files changed

+15
-26
lines changed

7 files changed

+15
-26
lines changed

.changeset/add-global-aggregation.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/add-rare-terms-aggregation.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/cute-knives-mate.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/dependabot-262.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/sunny-taxis-return.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @vahor/typed-es
22

3+
## 0.0.35
4+
5+
### Patch Changes
6+
7+
- [#286](https://github.com/Vahor/typed-es/pull/286) [`0611ca4`](https://github.com/Vahor/typed-es/commit/0611ca43af3b150b862fb32c50d35f7fa4d7c4b5) Thanks [@Vahor](https://github.com/Vahor)! - Add `global` aggregation support
8+
9+
- [`d55e8a9`](https://github.com/Vahor/typed-es/commit/d55e8a959b28657c58a1b7cb54848852aa71d701) Thanks [@Vahor](https://github.com/Vahor)! - Added support for `rare_terms` bucket aggregation.
10+
11+
- [#287](https://github.com/Vahor/typed-es/pull/287) [`2033a56`](https://github.com/Vahor/typed-es/commit/2033a560bfada3102e863f619a16668774900617) Thanks [@Vahor](https://github.com/Vahor)! - Add support for `significant_terms` aggregation
12+
13+
- [#262](https://github.com/Vahor/typed-es/pull/262) [`fbe2710`](https://github.com/Vahor/typed-es/commit/fbe2710bc9b6a8973e6e2f7c74c990fd01f97c44) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore(deps-dev): bump @biomejs/biome from 2.3.0 to 2.3.1
14+
15+
- [#290](https://github.com/Vahor/typed-es/pull/290) [`566104a`](https://github.com/Vahor/typed-es/commit/566104a2ee5db134c76c124889248ade51fa9a5e) Thanks [@Vahor](https://github.com/Vahor)! - Add support for `multi_terms` bucket aggregation
16+
317
## 0.0.34
418

519
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vahor/typed-es",
3-
"version": "0.0.34",
3+
"version": "0.0.35",
44
"description": "Automatically add output types to your Elasticsearch queries.",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)