Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
v0.0.18: Export stuff from v0.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
Cretezy committed Aug 4, 2019
1 parent e2133ea commit 5d4084a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.18 - 2019-08-04

- Export `ICtxData` and `ICtxProviders`

## 0.0.17 - 2019-08-04

- Upgrade dependencies
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "routex",
"version": "0.0.17",
"version": "0.0.18",
"description": "Modern Node router",
"keywords": [
"router",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ export {
Routex
} from "./routex";
export { AppMiddleware, IAppMiddleware } from "./appMiddleware";
export { ICtx } from "./ctx";
export { ICtx, ICtxProviders, ICtxData } from "./ctx";
export { ErrorHandler, Handler, Middleware } from "./handler";

0 comments on commit 5d4084a

Please sign in to comment.