diff --git a/webapp/CHANGELOG.md b/webapp/CHANGELOG.md index 20451512d4..08efc61d2f 100644 --- a/webapp/CHANGELOG.md +++ b/webapp/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.58.5](https://github.com/pyroscope-io/pyroscope/compare/@pyroscope/webapp@1.58.4...@pyroscope/webapp@1.58.5) (2022-11-14) + +**Note:** Version bump only for package @pyroscope/webapp + + + + + ## [1.58.4](https://github.com/pyroscope-io/pyroscope/compare/@pyroscope/webapp@1.58.3...@pyroscope/webapp@1.58.4) (2022-11-14) **Note:** Version bump only for package @pyroscope/webapp diff --git a/webapp/package.json b/webapp/package.json index 4ea40ec5e6..0028b39db5 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -1,6 +1,6 @@ { "name": "@pyroscope/webapp", - "version": "1.58.4", + "version": "1.58.5", "private": true, "scripts": { "test": "echo \"Error: run tests from root\" && exit 1",