From 949c847e413f5ce32aa2b06eab2a80ea99c221d3 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Mon, 30 Aug 2021 08:55:23 +0200 Subject: [PATCH] =?UTF-8?q?chore(release):=20=F0=9F=9A=80=202.2.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b41da5..78315a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +### [2.2.1](https://github.com/folke/esbuild-runner/compare/2.2.0...2.2.1) (2021-08-30) + ## [2.2.0](https://github.com/folke/esbuild-runner/compare/2.1.0...2.2.0) (2021-06-04) diff --git a/package.json b/package.json index e39537c..d337ec9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "esbuild-runner", - "version": "2.2.0", + "version": "2.2.1", "description": "Super-fast on-the-fly transpilation of modern JS, TypeScript and JSX using esbuild", "repository": "http://github.com/folke/esbuild-runner", "main": "lib/index.js",