Skip to content

Commit

Permalink
version 0.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
petethepig committed Feb 8, 2021
1 parent 7b52a1f commit 2a3c810
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## <small>0.0.20 (2021-02-08)</small>

* fixes darwin build ([4907ade](https://github.com/pyroscope-io/pyroscope/commit/4907ade))
* new util to convert from and until values to date Object ([1e758cf](https://github.com/pyroscope-io/pyroscope/commit/1e758cf))
* renamed formatAsOBject() parameter ([874941b](https://github.com/pyroscope-io/pyroscope/commit/874941b))
* Updated to use the new util formatAsOBject() ([b59744a](https://github.com/pyroscope-io/pyroscope/commit/b59744a))



## <small>0.0.19 (2021-02-08)</small>

* adds config option for setting the app's base url (#69) ([86f07d7](https://github.com/pyroscope-io/pyroscope/commit/86f07d7)), closes [#69](https://github.com/pyroscope-io/pyroscope/issues/69)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Pyroscope Team",
"private": true,
"name": "pyroscope",
"version": "0.0.19",
"version": "0.0.20",
"repository": {
"type": "git",
"url": "https://github.com/pyroscope-io/pyroscope.git"
Expand Down

0 comments on commit 2a3c810

Please sign in to comment.