Skip to content

Commit 2a3406a

Browse files
authored
chore(main): release 0.3.4 (#179)
1 parent abe300b commit 2a3406a

4 files changed

Lines changed: 16 additions & 4 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.3.3"
2+
".": "0.3.4"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ All notable changes to the Ask O11y Grafana plugin will be documented in this fi
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.3.4](https://github.com/Consensys/ask-o11y-plugin/compare/v0.3.3...v0.3.4) (2026-08-13)
9+
10+
11+
### Features
12+
13+
* add per-user token metrics endpoint and chat message token footer ([#180](https://github.com/Consensys/ask-o11y-plugin/issues/180)) ([abe300b](https://github.com/Consensys/ask-o11y-plugin/commit/abe300b35f98a09a15b754623f0f95e690fc327e))
14+
15+
16+
### Bug Fixes
17+
18+
* **chat:** improve session sidebar stats readability ([#181](https://github.com/Consensys/ask-o11y-plugin/issues/181)) ([26489ff](https://github.com/Consensys/ask-o11y-plugin/commit/26489ffbecd88808b80051c8da500b456fe3757d))
19+
820
## [0.3.3](https://github.com/Consensys/ask-o11y-plugin/compare/v0.3.2...v0.3.3) (2026-08-11)
921

1022

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,6 +1,6 @@
11
{
22
"name": "Ask O11y",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"scripts": {
55
"postinstall": "node -e \"const fs=require('fs');const p=require('path');const d=p.join('node_modules','flatted','golang');try{fs.rmSync(d,{recursive:true,force:true});}catch(e){if(e.code!=='ENOENT')throw e;}\"",
66
"build": "npm run build:frontend:prod && npm run build:backend:all",

0 commit comments

Comments
 (0)