Skip to content

Commit

Permalink
chore(release): release 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 19, 2024
1 parent af82dd5 commit 0979d6b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 0979d6b

Please sign in to comment.