From 4307cee4c66a801e2f266f92d901aa22dd222f3b Mon Sep 17 00:00:00 2001 From: Dmitry Filimonov Date: Tue, 19 Jan 2021 00:54:47 -0800 Subject: [PATCH] version 0.0.13 --- CHANGELOG.md | 45 +++++++++++++++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 46 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9aaec12841..8ff7e54a46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,48 @@ +## 0.0.13 (2021-01-19) + +* Add a few more colors and remove extra comment ([44dfb62](https://github.com/pyroscope-io/pyroscope/commit/44dfb62)) +* Add browser and node env to eslint config ([d0db6da](https://github.com/pyroscope-io/pyroscope/commit/d0db6da)) +* Add eslint, prettier config ([ec55923](https://github.com/pyroscope-io/pyroscope/commit/ec55923)) +* Add Label component test ([9878b18](https://github.com/pyroscope-io/pyroscope/commit/9878b18)) +* Add lint to Github Actions ([af6b734](https://github.com/pyroscope-io/pyroscope/commit/af6b734)) +* Add prettier and eslint config ([9ed1c6a](https://github.com/pyroscope-io/pyroscope/commit/9ed1c6a)) +* Add testing libraries ([a3b46f2](https://github.com/pyroscope-io/pyroscope/commit/a3b46f2)) +* Add webapp tests to github actions ([f2888bd](https://github.com/pyroscope-io/pyroscope/commit/f2888bd)) +* adds contributors to our README ([ea8ca81](https://github.com/pyroscope-io/pyroscope/commit/ea8ca81)) +* adds eslintcache to gitignore ([fc44cea](https://github.com/pyroscope-io/pyroscope/commit/fc44cea)) +* adds v0.0.12 changelog ([774f0b5](https://github.com/pyroscope-io/pyroscope/commit/774f0b5)) +* Auto Fix Linting Issues ([1f4e7b2](https://github.com/pyroscope-io/pyroscope/commit/1f4e7b2)) +* changes the name of icicle button to flamegraph ([3917187](https://github.com/pyroscope-io/pyroscope/commit/3917187)) +* Convert remaining lint errors to warning ([815cde2](https://github.com/pyroscope-io/pyroscope/commit/815cde2)) +* disables commands that are not documented ([7c1ca7a](https://github.com/pyroscope-io/pyroscope/commit/7c1ca7a)) +* exec improvements, extra messages for when agent can't start ([6af5383](https://github.com/pyroscope-io/pyroscope/commit/6af5383)) +* Fix lint issues ([14ad03e](https://github.com/pyroscope-io/pyroscope/commit/14ad03e)) +* fixes a bug in storage/segment get method ([47ebbd9](https://github.com/pyroscope-io/pyroscope/commit/47ebbd9)) +* Fixes docker build ([06f2ca3](https://github.com/pyroscope-io/pyroscope/commit/06f2ca3)) +* fixes makefile webapp cleanup ([58cf3e7](https://github.com/pyroscope-io/pyroscope/commit/58cf3e7)) +* fixes wording ([a125021](https://github.com/pyroscope-io/pyroscope/commit/a125021)) +* improves analytics ([c9423b8](https://github.com/pyroscope-io/pyroscope/commit/c9423b8)) +* improves duration formatting ([c9b75d5](https://github.com/pyroscope-io/pyroscope/commit/c9b75d5)) +* improves homebrew support ([a25b8ee](https://github.com/pyroscope-io/pyroscope/commit/a25b8ee)) +* little cleanup ([4230692](https://github.com/pyroscope-io/pyroscope/commit/4230692)) +* Migrate .babelrc to babel.config.js ([dd1c953](https://github.com/pyroscope-io/pyroscope/commit/dd1c953)) +* removes binary file that should not have been commited in the first place ([a8f0f7c](https://github.com/pyroscope-io/pyroscope/commit/a8f0f7c)) +* Removes scary language ([0ed1809](https://github.com/pyroscope-io/pyroscope/commit/0ed1809)) +* renames babelrc to babel.config.js in Dockerfile ([bddb968](https://github.com/pyroscope-io/pyroscope/commit/bddb968)) +* Setup ESLint ([e737863](https://github.com/pyroscope-io/pyroscope/commit/e737863)) +* Simplifies Dockerfile ([679206a](https://github.com/pyroscope-io/pyroscope/commit/679206a)) +* storage/segment test fixes ([e40c02c](https://github.com/pyroscope-io/pyroscope/commit/e40c02c)) +* Update main readme with diagram ([ee465d3](https://github.com/pyroscope-io/pyroscope/commit/ee465d3)) +* Update README.md ([7895fd1](https://github.com/pyroscope-io/pyroscope/commit/7895fd1)) +* Update README.md ([4e5c818](https://github.com/pyroscope-io/pyroscope/commit/4e5c818)) +* Update tests.yml ([7fe6047](https://github.com/pyroscope-io/pyroscope/commit/7fe6047)) +* updates README with a better demo gif ([591ce36](https://github.com/pyroscope-io/pyroscope/commit/591ce36)) +* updates README with more install instructions ([da03ff5](https://github.com/pyroscope-io/pyroscope/commit/da03ff5)) +* table: work in progress ([058e61f](https://github.com/pyroscope-io/pyroscope/commit/058e61f)) +* table: work in progress ([75b4920](https://github.com/pyroscope-io/pyroscope/commit/75b4920)) + + + ## 0.0.12 (2021-01-11) * adds ability to hide certain apps on the frontend ([02a505f](https://github.com/pyroscope-io/pyroscope/commit/02a505f)) diff --git a/package.json b/package.json index 3f54983161..0792e38b49 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "Pyroscope Team", "private": true, "name": "pyroscope", - "version": "0.0.12", + "version": "0.0.13", "repository": { "type": "git", "url": "https://github.com/pyroscope-io/pyroscope.git"