Skip to content

Commit

Permalink
fix expose
Browse files Browse the repository at this point in the history
  • Loading branch information
tex0l committed Feb 29, 2024
1 parent e3c4b1e commit b69771d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Changelog

## [0.0.3-4] - 2024-02-29
- Actually expose the waterfall object to sync renders with whatever has to have a clean env.

## [0.0.3-3] - 2024-02-29
- Expose the waterfall object to sync renders with whatever has to have a clean env
- Expose the waterfall object to sync renders with whatever has to have a clean env.

## [0.0.3-2] - 2024-02-29
- Added a waterfall to prevent parallel runs
Expand Down
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Pintora from './src/Pintora.astro'
export type { RenderOptions } from './src/main.ts'
export { type RenderOptions, waterfall } from './src/main.ts'

export default Pintora

0 comments on commit b69771d

Please sign in to comment.