From dbbb4d87fa114de666ba5a46f4267e051e436e1d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 9 Jun 2024 21:21:38 +0000 Subject: [PATCH] chore(release): release 2.1.2 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5146d5e..1b77ca5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +# [2.1.2](https://github.com/favware/esbuild-plugin-file-path-extensions/compare/v2.1.1...v2.1.2) - (2024-06-09) + +## 🐛 Bug Fixes + +- Check path starts with deps instead of equality for subpath import support ([c4961f3](https://github.com/favware/esbuild-plugin-file-path-extensions/commit/c4961f3987db01a14abe014c2bdec9397472b68c)) ([#112](https://github.com/favware/esbuild-plugin-file-path-extensions/pull/112)) + # [2.1.1](https://github.com/favware/esbuild-plugin-file-path-extensions/compare/v2.1.0...v2.1.1) - (2024-05-21) ## 🐛 Bug Fixes diff --git a/package.json b/package.json index ab70be0..47d5280 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "esbuild-plugin-file-path-extensions", - "version": "2.1.1", + "version": "2.1.2", "description": "An esbuild plugin to automatically insert file extensions in your built JavaScript files based on the specified target", "main": "dist/index.cjs", "module": "dist/index.js",