Skip to content

Commit 1623708

Browse files
committed
📦 0.0.3
1 parent 45236cf commit 1623708

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG.md
22

3+
## 0.0.3
4+
Fixed
5+
- Handle stream error [#10](https://github.com/koopjs/koop-output-csv/pull/10)
6+
37
## 0.0.2
48
Added
59
- Plugin options from `req.app.locals` or `req.res.locals` [#2](https://github.com/koopjs/koop-output-csv/pull/4)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@koopjs/output-csv",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "A Koop output plugin for CSV",
55
"main": "src/index.js",
66
"engines": {

0 commit comments

Comments
 (0)