Skip to content

Commit

Permalink
Add missed export of barrierChain
Browse files Browse the repository at this point in the history
  • Loading branch information
igorkamyshev committed Apr 15, 2024
1 parent ce73eae commit 42ce0f0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/silver-lemons-enjoy.md
@@ -0,0 +1,5 @@
---
"@farfetched/atomic-router": patch
---

Add missed export of `barrierChain`
1 change: 1 addition & 0 deletions packages/atomic-router/src/index.ts
@@ -1,2 +1,3 @@
export { freshChain } from './fresh';
export { startChain } from './start';
export { barrierChain } from './barrier';

0 comments on commit 42ce0f0

Please sign in to comment.