From e5fe34e0099ac628f3eb045f0dceecc454872284 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 10 Nov 2019 22:34:53 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=201.0.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [v1.0.4](https://github.com/Yurickh/ouxe/compare/v1.0.3...v1.0.4) (2019-11-10) ## 🐛 Bug Fixes - [`7799b6a`](https://github.com/Yurickh/ouxe/commit/7799b6a) Fix issue where selecting the packager manually would break the cli --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bebfc6d..1d93f1f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ouxe", - "version": "1.0.3", + "version": "1.0.4", "main": "lib/ouxe.js", "module": "lib/ouxe.mjs", "source": "src/index.ts",