Skip to content

Commit a982ac6

Browse files
authored
Merge pull request #30 from pcattori/changeset-release/main
Release
2 parents 466ff08 + 8f96a7d commit a982ac6

3 files changed

Lines changed: 10 additions & 8 deletions

File tree

.changeset/dirty-taxis-learn.md

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

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# vite-env-only
2+
3+
## 2.4.0
4+
5+
### Minor Changes
6+
7+
- 25a324d: Allow globs for `denyImports` and `denyFiles`
8+
9+
Using [micromatch](https://github.com/micromatch/micromatch) for pattern matching

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vite-env-only",
3-
"version": "2.3.0",
3+
"version": "2.4.0",
44
"description": "Minimal Vite plugin for for isolating server-only and client-only code",
55
"keywords": [
66
"vite-plugin",

0 commit comments

Comments
 (0)