Skip to content

Commit

Permalink
Fix lack of exports of EJSRenderer & DownloadRouter
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewCallis committed Dec 25, 2023
1 parent dd58f29 commit e8e9ea2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).

## [6.0.2](https://github.com/uttori/uttori-wiki/compare/v6.0.1...v6.0.2) - 2023-12-25

- 🛠 Fix lack of exports of `EJSRenderer` & `DownloadRouter`

## [6.0.1](https://github.com/uttori/uttori-wiki/compare/v6.0.0...v6.0.1) - 2023-12-25

- 🧰 Add support for setting the `layout` on documents to determine the layout to render with
Expand Down
2 changes: 2 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ export { default as wiki } from './middleware.js';
export { default as UttoriWiki } from './wiki.js';
export { default as wikiFlash } from './wiki-flash.js';
export { default as AddQueryOutputToViewModel } from './plugins/add-query-output.js';
export { default as DownloadRouter } from './plugins/add-download-route.js';
export { default as EJSRenderer } from './plugins/add-ejs-includes.js';

0 comments on commit e8e9ea2

Please sign in to comment.