Skip to content

Commit e1921c4

Browse files
chore: release updates
Signed-off-by: Henry Gressmann <[email protected]>
1 parent 2a64803 commit e1921c4

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/early-mangos-hear.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/rollup-plugin-minify-template-literals/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# rollup-plugin-minify-template-literals
22

3+
## 1.1.7
4+
5+
### Patch Changes
6+
7+
- [`2a64803`](https://github.com/explodingcamera/esm/commit/2a648036beb85c641e56bf56653ef87be5760531) Thanks [@explodingcamera](https://github.com/explodingcamera)! - fix: broken dependency version
8+
39
## 1.1.6
410

511
### Patch Changes

packages/rollup-plugin-minify-template-literals/lib/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import * as minify from "./../../minify-literals/lib/index";
1+
import * as minify from "minify-literals";
22
import type { Plugin, SourceMapInput } from "rollup";
33
import { createFilter } from "@rollup/pluginutils";
44

packages/rollup-plugin-minify-template-literals/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rollup-plugin-minify-template-literals",
3-
"version": "1.1.6",
3+
"version": "1.1.7",
44
"description": "A Vite/Rollup plugin that minifies template literals.",
55
"keywords": [
66
"rollup",

0 commit comments

Comments
 (0)