Skip to content

Commit

Permalink
chore(release): @import-meta-env/unplugin (#1170)
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 25, 2023
1 parent 479fe80 commit 0fa6f3f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"peerDependencies": {
"@import-meta-env/babel": "^0.4.3",
"@import-meta-env/swc": "^0.4.5",
"@import-meta-env/unplugin": "^0.4.8",
"@import-meta-env/unplugin": "^0.4.8 || ^0.5.0",
"dotenv": "^11.0.0 || ^12.0.4 || ^13.0.1 || ^14.3.2 || ^15.0.1 || ^16.0.0"
},
"peerDependenciesMeta": {
Expand Down
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.5.0](https://github.com/iendeavor/import-meta-env/compare/unplugin0.4.10...unplugin0.5.0) (2023-10-25)


### Features

* rspack ([#1163](https://github.com/iendeavor/import-meta-env/issues/1163)) ([1b0f2c9](https://github.com/iendeavor/import-meta-env/commit/1b0f2c9e1f6823bb281d4d1d2127c5aa6d2f6c58))

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


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.10",
"version": "0.5.0",
"description": "Build once, deploy anywhere. Startup/runtime environment variable solution for JavaScript.",
"license": "MIT",
"author": "Ernest",
Expand Down

0 comments on commit 0fa6f3f

Please sign in to comment.