From 173a8d41be32ef776ebd8d1258df5402c1c07c85 Mon Sep 17 00:00:00 2001 From: Joshua Stephen Date: Sat, 26 Jun 2021 10:24:11 +0700 Subject: [PATCH] chore(release): Release v1.0.4 --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ab3948..5648d49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.4](https://github.com/josteph/esbuild-plugin-lodash/compare/1.0.3...1.0.4) (2021-06-26) + + +### Bug Fixes + +* import lodash/last bug ([#1](https://github.com/josteph/esbuild-plugin-lodash/issues/1)) ([e91dff2](https://github.com/josteph/esbuild-plugin-lodash/commit/e91dff2c9f5559a16446bdfe1761e56bba1ac2b9)) + ## [1.0.3](https://github.com/josteph/esbuild-plugin-lodash/compare/1.0.2...1.0.3) (2021-05-16) diff --git a/package-lock.json b/package-lock.json index e66e46b..5cbf49a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "esbuild-plugin-lodash", - "version": "1.0.3", + "version": "1.0.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f138a47..b3732f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "esbuild-plugin-lodash", - "version": "1.0.3", + "version": "1.0.4", "description": "Similar babel-plugin-lodash for esbuild", "author": "Joshua Stephen (https://github.com/josteph)", "homepage": "https://github.com/josteph/esbuild-plugin-lodash",