Skip to content

Commit

Permalink
chore: release main (#1652)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


<details><summary>cli: 0.7.2</summary>

##
[0.7.2](cli0.7.1...cli0.7.2)
(2024-12-22)


### Bug Fixes

* incomplete string escaping or encoding
([#1651](#1651))
([870d2c2](870d2c2))
</details>

<details><summary>unplugin: 0.6.2</summary>

##
[0.6.2](unplugin0.6.1...unplugin0.6.2)
(2024-12-22)


### Bug Fixes

* incomplete string escaping or encoding
([#1651](#1651))
([870d2c2](870d2c2))
</details>

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
soc221b authored Dec 22, 2024
1 parent 870d2c2 commit cad7915
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"packages/babel": "0.5.0",
"packages/cli": "0.7.1",
"packages/cli": "0.7.2",
"packages/flow": "0.2.0",
"packages/prepare": "0.2.1",
"packages/swc": "0.4.27",
"packages/typescript": "0.4.0",
"packages/unplugin": "0.6.1"
"packages/unplugin": "0.6.2"
}
7 changes: 7 additions & 0 deletions packages/cli/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.7.2](https://github.com/runtime-env/import-meta-env/compare/cli0.7.1...cli0.7.2) (2024-12-22)


### Bug Fixes

* incomplete string escaping or encoding ([#1651](https://github.com/runtime-env/import-meta-env/issues/1651)) ([870d2c2](https://github.com/runtime-env/import-meta-env/commit/870d2c2d8c5aa7faf492ad40f734998ed05a0886))

## [0.7.1](https://github.com/runtime-env/import-meta-env/compare/cli0.7.0...cli0.7.1) (2024-11-11)


Expand Down
2 changes: 1 addition & 1 deletion 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.7.1",
"version": "0.7.2",
"description": "Build once, deploy anywhere. Startup/runtime environment variable solution for JavaScript.",
"license": "MIT",
"author": "Ernest",
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.6.2](https://github.com/runtime-env/import-meta-env/compare/unplugin0.6.1...unplugin0.6.2) (2024-12-22)


### Bug Fixes

* incomplete string escaping or encoding ([#1651](https://github.com/runtime-env/import-meta-env/issues/1651)) ([870d2c2](https://github.com/runtime-env/import-meta-env/commit/870d2c2d8c5aa7faf492ad40f734998ed05a0886))

## [0.6.1](https://github.com/runtime-env/import-meta-env/compare/unplugin0.6.0...unplugin0.6.1) (2024-12-07)


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

0 comments on commit cad7915

Please sign in to comment.