Skip to content

Commit 3b85e9c

Browse files
github-actions[bot]bennypowers
authored andcommitted
Version Packages
1 parent 1fb8191 commit 3b85e9c

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/poor-papayas-end.md

-5
This file was deleted.

packages/esbuild-plugin-minify-html-literals/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# esbuild-plugin-minify-html-literals
22

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- 1fb8191: Uses correct loader for TypeScript sources
8+
39
## 1.0.0
410

511
### Major Changes

packages/esbuild-plugin-minify-html-literals/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "esbuild-plugin-minify-html-literals",
33
"description": "Minify HTML tagged template literals with esbuild",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"type": "module",
66
"main": "esbuild-plugin-minify-html-literals.js",
77
"types": "esbuild-plugin-minify-html-literals.d.ts",

0 commit comments

Comments
 (0)