Skip to content

Commit

Permalink
Merge pull request #45 from pcattori/changeset-release/main
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
pcattori authored May 30, 2024
2 parents d3a180b + dd29f84 commit a4de629
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
8 changes: 0 additions & 8 deletions .changeset/curly-chefs-drop.md

This file was deleted.

9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# vite-env-only

## 3.0.1

### Patch Changes

- 02c683a: Allow call expressions in macro identifier validation

Previously, the code had duplicated checks for allowing macro within import specifiers.
This was always meant to be a check for import specifiers _and_ a check for a call expression.

## 3.0.0

### Major Changes
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": "vite-env-only",
"version": "3.0.0",
"version": "3.0.1",
"description": "Vite plugins for isolating server-only and client-only code",
"keywords": [
"vite-plugin",
Expand Down

0 comments on commit a4de629

Please sign in to comment.