From 0979d6b126227ec933a05dbc8ee9c09f4b696f19 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 10:37:00 +0000 Subject: [PATCH] chore(release): release 2.1.3 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b77ca5..5719089 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.3](https://github.com/favware/esbuild-plugin-file-path-extensions/compare/v2.1.2...v2.1.3) - (2024-09-19) + +## 🐛 Bug Fixes + +- Do not append extensions to non-js asset imports ([2cb2cb2](https://github.com/favware/esbuild-plugin-file-path-extensions/commit/2cb2cb210b65ecbdc41d1c2ceddef7b41cd27e19)) ([#134](https://github.com/favware/esbuild-plugin-file-path-extensions/pull/134)) + # [2.1.2](https://github.com/favware/esbuild-plugin-file-path-extensions/compare/v2.1.1...v2.1.2) - (2024-06-09) ## 🐛 Bug Fixes diff --git a/package.json b/package.json index 4c63848..8287e70 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "esbuild-plugin-file-path-extensions", - "version": "2.1.2", + "version": "2.1.3", "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",