From f467d55c0bf707a10db76dd2027ffda32c092ffb Mon Sep 17 00:00:00 2001 From: Pyroscope Bot Date: Mon, 8 Aug 2022 19:28:44 +0000 Subject: [PATCH] version 0.25.1 --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d8650ccbe..f8e22082db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## [0.25.1](https://github.com/pyroscope-io/pyroscope/compare/v0.25.0...v0.25.1) (2022-08-08) + + +### Bug Fixes + +* export flamegraph "head" select styles ([#1367](https://github.com/pyroscope-io/pyroscope/issues/1367)) ([7bc8b3e](https://github.com/pyroscope-io/pyroscope/commit/7bc8b3e9d41faf8ac0422764d36406b8b890870b)) +* make table value say 0 when it is 0 ([#1371](https://github.com/pyroscope-io/pyroscope/issues/1371)) ([30067ad](https://github.com/pyroscope-io/pyroscope/commit/30067ad5da6eec7655d99b19aef0c012be923853)) + + +### Features + +* add loader to tag exlorer page ([#1368](https://github.com/pyroscope-io/pyroscope/issues/1368)) ([16a727d](https://github.com/pyroscope-io/pyroscope/commit/16a727d5f51847114fe360eb70aff1bf9bfd3a9e)) +* add ProfilerTable arrow color ([#1366](https://github.com/pyroscope-io/pyroscope/issues/1366)) ([be3901d](https://github.com/pyroscope-io/pyroscope/commit/be3901da82fe1fbed54171938f2bef638819319b)) + + + # [0.25.0](https://github.com/pyroscope-io/pyroscope/compare/v0.24.0...v0.25.0) (2022-08-08) diff --git a/package.json b/package.json index d87ca33f18..07bc91d4af 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "Pyroscope Team", "name": "pyroscope-oss", "private": true, - "version": "0.25.0", + "version": "0.25.1", "main": "webapp/javascript/components/FlameGraph/FlameGraphComponent/index.jsx", "repository": { "type": "git",