From 0b2549a91709bc9fe8707fefa33c8495a549a2b3 Mon Sep 17 00:00:00 2001 From: Jeroen Claassens Date: Tue, 21 May 2024 09:24:06 +0200 Subject: [PATCH] chore(release): release 2.1.1 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a12575..5146d5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. +# [2.1.1](https://github.com/favware/esbuild-plugin-file-path-extensions/compare/v2.1.0...v2.1.1) - (2024-05-21) + +## 🐛 Bug Fixes + +- Explicitly set to CJS mode when tsup sets the format to CJS ([950d459](https://github.com/favware/esbuild-plugin-file-path-extensions/commit/950d459e01a1c7b2c4f1359d953454f155d574db)) +- Scan dependencies and do not append extensions for those ([d6bcf76](https://github.com/favware/esbuild-plugin-file-path-extensions/commit/d6bcf76bc8e49a56e94d4c7d60d4b484819d6c01)) + +## 📝 Documentation + +- **readme:** Update table of contents ([ebd9570](https://github.com/favware/esbuild-plugin-file-path-extensions/commit/ebd95705f3ed84286a59db38edfacca57521f6ab)) + # [2.1.0](https://github.com/favware/esbuild-plugin-file-path-extensions/compare/v2.0.0...v2.1.0) - (2024-05-12) ## 🚀 Features diff --git a/package.json b/package.json index 9924268..44a4fcd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "esbuild-plugin-file-path-extensions", - "version": "2.1.0", + "version": "2.1.1", "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",