Skip to content

Commit 38d0e3a

Browse files
chore(version): bump version to v1.1.3
1 parent a8704e8 commit 38d0e3a

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
# Changelog
22

3-
#### 1.1.2
3+
## 1.1.3
4+
5+
##### Chores
6+
7+
* Exceptions tab improvements (#535) (7cf574e6)
8+
* Update Grafana packages (#511) (b89ef3cb)
9+
10+
##### New Features
11+
12+
* Trace exploration improvements (#537) (a8704e8d)
13+
* Exceptions tab (#509) (c259a96f)
14+
15+
##### Bug Fixes
16+
17+
* Fix date formatting when rounded (#529) (3593aaa7)
18+
* Fix duplicate title and close button in drawer (#507) (6b4527be)
19+
20+
21+
## 1.1.2
422

523
##### Chores
624

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "exploretraces-app",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"description": "Queryless exploration of trace data stored in Tempo",
55
"scripts": {
66
"build": "webpack -c ./webpack.config.ts --env production",

0 commit comments

Comments
 (0)