From 1d38dd44eb6d72d5b838989a28b334eafeaef8cb Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Fri, 4 Jun 2021 07:53:34 +0200 Subject: [PATCH] =?UTF-8?q?chore(release):=20=F0=9F=9A=80=202.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27c0bb3..6b41da5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.2.0](https://github.com/folke/esbuild-runner/compare/2.1.0...2.2.0) (2021-06-04) + + +### Features + +* ✨ added support for custom loaders [#24](https://github.com/folke/esbuild-runner/issues/24) ([ad3268e](https://github.com/folke/esbuild-runner/commit/ad3268e1936a350271bfd8706f473f0a8baf1be9)) + ## [2.1.0](https://github.com/folke/esbuild-runner/compare/2.0.0...2.1.0) (2021-06-01) diff --git a/package.json b/package.json index 18d22c7..caac27a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "esbuild-runner", - "version": "2.1.0", + "version": "2.2.0", "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",