Skip to content

Commit 1cce5e2

Browse files
authored
Merge pull request #6 from odigos-io/release-please--branches--main--components--simple-trace-db
chore(main): release simple-trace-db 0.0.6
2 parents e38009c + cdc1c22 commit 1cce5e2

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.5"
2+
".": "0.0.6"
33
}

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.0.6](https://github.com/odigos-io/simple-trace-db/compare/simple-trace-db-v0.0.5...simple-trace-db-v0.0.6) (2025-03-16)
4+
5+
6+
### Features
7+
8+
* query as tree and support jsonpath ([e38009c](https://github.com/odigos-io/simple-trace-db/commit/e38009c718e7a5e6c5163219c13d6ed2bd82aec6))
9+
* query as tree and support jsonpath ([12ba308](https://github.com/odigos-io/simple-trace-db/commit/12ba3088524794a68399751452cc60423fa039ac))
10+
311
## [0.0.5](https://github.com/odigos-io/simple-trace-db/compare/simple-trace-db-v0.0.4...simple-trace-db-v0.0.5) (2025-03-10)
412

513

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@odigos/simple-trace-db",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"main": "build/src/index.js",
55
"repository": "[email protected]:odigos-io/simple-trace-db.git",
66
"scripts": {

0 commit comments

Comments
 (0)