From 0bb6a82a2e89c915a54acda19da32546c4db5a89 Mon Sep 17 00:00:00 2001 From: j50n Date: Mon, 7 Feb 2022 20:19:46 -0700 Subject: [PATCH] formatting --- README.md | 4 ++-- release-notes.md | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 952e9c2..f0bcef4 100644 --- a/README.md +++ b/README.md @@ -37,8 +37,8 @@ type information and data handling behavior to the runner. #### An Example -To get you started, here is a simple example where we pass a `string` to a -process and get back a `Uint8Array`. +To get you started, here is a simple example where we pass a text `string` to a +process and get back a `Uint8Array` - text compressed to bytes using `gzip`. ```ts /** diff --git a/release-notes.md b/release-notes.md index 638adb2..c305252 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,5 +1,10 @@ # Release Notes +## 0.13.1 + +- **feature** Minor refactor of line split code. +- **documentation** Simplified the initial example. + ## 0.13.0 - `#15` **feature** Added `simpleRunner`.