Skip to content

Commit 1ab3690

Browse files
chore(version): bump version to v1.2.1
1 parent d836c42 commit 1ab3690

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## 1.2.1
4+
5+
##### Chores
6+
7+
* Add Renovate rules (#606) (d836c42a)
8+
* **deps:**
9+
* update dependency nwsapi to v2.2.22 (#572) (07865f22)
10+
* pin dependencies (#569) (f3353005)
11+
12+
##### Documentation Changes
13+
14+
* Exception tab (#585) (364fe32e)
15+
* Doc updates for 554, 558, and 555 (#564) (68d41f9c)
16+
17+
##### New Features
18+
19+
* Mini embeddable Traces Drilldown (#592) (7aecc60e)
20+
* Find single span errors and high latency on the root cause tab (#594) (db46387a)
21+
* Link to Logs Drilldown instead of Explore (#563) (6ea96dd3)
22+
23+
324
## 1.2.0
425

526
##### Chores

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.2.0",
3+
"version": "1.2.1",
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)