Skip to content

Commit

Permalink
chore(release): @import-meta-env/cli@0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ernest committed Nov 27, 2022
1 parent 7c23bf6 commit fb8f6ab
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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.0](https://github.com/iendeavor/import-meta-env/compare/cli0.3.0...cli0.4.0) (2022-11-27)


### ⚠ BREAKING CHANGES

* you need to replace script tag with another placeholder

### Features

* support for programmatically injecting scripts ([8da281d](https://github.com/iendeavor/import-meta-env/commit/8da281dd6eae0f43d4db92e1bbfe28f70f1065bf))

## [0.3.0](https://github.com/iendeavor/import-meta-env/compare/cli0.2.2...cli0.3.0) (2022-11-06)


Expand Down
8 changes: 4 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@import-meta-env/cli",
"version": "0.3.0",
"version": "0.4.0",
"description": "Build once, deploy anywhere. Startup/runtime environment variable solution for JavaScript.",
"license": "MIT",
"author": "Ernest",
Expand Down Expand Up @@ -38,9 +38,9 @@
"@types/serialize-javascript": "5.0.2"
},
"peerDependencies": {
"@import-meta-env/babel": "^0.3.0",
"@import-meta-env/swc": "^0.3.0",
"@import-meta-env/unplugin": "^0.3.0",
"@import-meta-env/babel": "^0.4.0",
"@import-meta-env/swc": "^0.4.0",
"@import-meta-env/unplugin": "^0.4.0",
"dotenv": "^11.0.0 || ^12.0.4 || ^13.0.1 || ^14.3.2 || ^15.0.1 || ^16.0.0"
},
"peerDependenciesMeta": {
Expand Down

0 comments on commit fb8f6ab

Please sign in to comment.