Skip to content

Commit ca5f25b

Browse files
committed
chore(release): Release v1.2.0
1 parent ee59f86 commit ca5f25b

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.2.0](https://github.com/josteph/esbuild-plugin-lodash/compare/1.1.0...1.2.0) (2022-05-22)
2+
3+
4+
### Features
5+
6+
* handle double quotes lodash imports ([#4](https://github.com/josteph/esbuild-plugin-lodash/issues/4)) ([ee59f86](https://github.com/josteph/esbuild-plugin-lodash/commit/ee59f86ce5f45239098e7e6740eb94008484ccdb)), closes [/github.com/mikeduminy/esbuild-plugin-ramda/blob/main/index.js#L18](https://github.com//github.com/mikeduminy/esbuild-plugin-ramda/blob/main/index.js/issues/L18)
7+
18
# [1.1.0](https://github.com/josteph/esbuild-plugin-lodash/compare/1.0.4...1.1.0) (2021-10-01)
29

310

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "esbuild-plugin-lodash",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Similar babel-plugin-lodash for esbuild",
55
"author": "Joshua Stephen (https://github.com/josteph)",
66
"homepage": "https://github.com/josteph/esbuild-plugin-lodash",

0 commit comments

Comments
 (0)