Skip to content

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sytten committed Feb 12, 2021
1 parent 415a046 commit 29f3f79
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphmetrics/sketches-js",
"version": "0.2.1",
"version": "0.3.0",
"description": "TypeScript implementation of DDSketch, a distributed quantile sketch algorithm ",
"license": "Apache-2.0",
"repository": "https://github.com/GraphMetrics/sketches-js",
Expand Down
2 changes: 2 additions & 0 deletions src/ddsketch/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@
*/

export { DDSketch } from './DDSketch';
export * from './mapping';
export * from './store';
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
* Copyright 2021 GraphMetrics for modifications
*/

export { DDSketch } from './ddsketch';
export * from './ddsketch';

0 comments on commit 29f3f79

Please sign in to comment.