From 9dc7d664fdf31a79c69f8b76b17b1204a1a8ea66 Mon Sep 17 00:00:00 2001 From: Oscar Bazaldua <511911+oscb@users.noreply.github.com> Date: Wed, 7 Sep 2022 14:16:47 -0700 Subject: [PATCH] 8.0.4 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7a42b857..8b61506b 100644 --- a/README.md +++ b/README.md @@ -59,4 +59,4 @@ If you need to use these libraries you can run v7 specifying the version with yo ```sh $ npx typewriter@7 build -``` \ No newline at end of file +``` diff --git a/package.json b/package.json index ed789c9c..8ffc741e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typewriter", - "version": "8.0.3", + "version": "8.0.4", "description": "A compiler for generating strongly typed analytics clients via Segment Protocols", "repository": "ssh://git@github.com/segmentio/typewriter.git", "author": "Oscar Bazaldua ",