Skip to content

Commit

Permalink
chore(release): @import-meta-env/unplugin (#1034)
Browse files Browse the repository at this point in the history
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request)
GitHub action

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Oct 4, 2023
1 parent 60b3906 commit 52dd29f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/unplugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.4.10](https://github.com/iendeavor/import-meta-env/compare/unplugin0.4.9...unplugin0.4.10) (2023-10-04)


### Bug Fixes

* sourcemap is likely to be incorrect when running under Vite ([#1102](https://github.com/iendeavor/import-meta-env/issues/1102)) ([497bb4d](https://github.com/iendeavor/import-meta-env/commit/497bb4d61e4df180768f78705a5e83bceadb0332)), closes [#9](https://github.com/iendeavor/import-meta-env/issues/9)

### [0.4.9](https://github.com/iendeavor/import-meta-env/compare/unplugin0.4.8...unplugin0.4.9) (2023-07-28)


Expand Down
2 changes: 1 addition & 1 deletion packages/unplugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@import-meta-env/unplugin",
"version": "0.4.9",
"version": "0.4.10",
"description": "Build once, deploy anywhere. Startup/runtime environment variable solution for JavaScript.",
"license": "MIT",
"author": "Ernest",
Expand Down

0 comments on commit 52dd29f

Please sign in to comment.