Skip to content

Commit 2a3c810

Browse files
committed
version 0.0.20
1 parent 7b52a1f commit 2a3c810

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## <small>0.0.20 (2021-02-08)</small>
2+
3+
* fixes darwin build ([4907ade](https://github.com/pyroscope-io/pyroscope/commit/4907ade))
4+
* new util to convert from and until values to date Object ([1e758cf](https://github.com/pyroscope-io/pyroscope/commit/1e758cf))
5+
* renamed formatAsOBject() parameter ([874941b](https://github.com/pyroscope-io/pyroscope/commit/874941b))
6+
* Updated to use the new util formatAsOBject() ([b59744a](https://github.com/pyroscope-io/pyroscope/commit/b59744a))
7+
8+
9+
110
## <small>0.0.19 (2021-02-08)</small>
211

312
* 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)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "Pyroscope Team",
33
"private": true,
44
"name": "pyroscope",
5-
"version": "0.0.19",
5+
"version": "0.0.20",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/pyroscope-io/pyroscope.git"

0 commit comments

Comments
 (0)