Skip to content

Commit 0992eb9

Browse files
author
Joe Farro
authored
Prepare release v1.0.1 (#330)
Signed-off-by: Joe Farro <joef@uber.com>
1 parent eaeae68 commit 0992eb9

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Releases
22

3+
## v1.0.1 (February 15, 2019)
4+
5+
### Fixes
6+
7+
* **Trace detail:** Fix [#323](https://github.com/jaegertracing/jaeger-ui/issues/323) - Browser back button of trace page not working if plot is clicked ([@tacigar](https://github.com/tacigar) in [#324](https://github.com/jaegertracing/jaeger-ui/pull/324))
8+
9+
* **Search:** Fix [#325](https://github.com/jaegertracing/jaeger-ui/issues/325) - JS errors on search form dropdowns ([@tiffon](https://github.com/tiffon) in [#329](https://github.com/jaegertracing/jaeger-ui/pull/329))
10+
311
## v1.0.0 (January 18, 2019)
412

513
### Enhancements

packages/jaeger-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "jaeger-ui",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"main": "src/index.js",
66
"license": "Apache-2.0",
77
"homepage": ".",

0 commit comments

Comments
 (0)