Skip to content

Commit

Permalink
hotfix: make measureFunction a public API (#418)
Browse files Browse the repository at this point in the history
* hotfix: make measureFunction a public API

* chore: add changeset
  • Loading branch information
adhorodyski authored Oct 13, 2023
1 parent 0179205 commit d74f81e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/funny-pandas-repeat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'reassure': patch
---

hotfix: make measureFunction a publicly available API
2 changes: 1 addition & 1 deletion packages/reassure/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export { measurePerformance, configure, resetToDefault } from '@callstack/reassure-measure';
export { measurePerformance, measureFunction, configure, resetToDefault } from '@callstack/reassure-measure';

export { dangerReassure } from '@callstack/reassure-danger';

0 comments on commit d74f81e

Please sign in to comment.