Skip to content

Commit

Permalink
chore(release): 12.0.4 [skip ci]
Browse files Browse the repository at this point in the history
## [12.0.4](v12.0.3...v12.0.4) (2024-10-20)

### Bug Fixes

* properly passthrough environment variables ([2477f1c](2477f1c))

### Reverts

* Revert "fix: do not use shell for user initiated docker exec" ([b4b400c](b4b400c))
* Revert "fix: fix ENOENT issues on macOS" ([42d27c5](42d27c5))
* Revert "fix: only invoke a shell for docker commands known to cause problems on macos" ([8635ac0](8635ac0))
* Revert "fix: run all commands in a shell and quote all user provided parameters" ([887893f](887893f))
* Revert "Remove potentially unnecessary shell" ([48b9b8f](48b9b8f))
  • Loading branch information
semantic-release-bot committed Oct 20, 2024
1 parent 2477f1c commit bdd83fc
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## [12.0.4](https://github.com/anacierdem/libdragon-docker/compare/v12.0.3...v12.0.4) (2024-10-20)


### Bug Fixes

* properly passthrough environment variables ([2477f1c](https://github.com/anacierdem/libdragon-docker/commit/2477f1c6a04f7cc69a2e3d09938fe7f7adc5252c))


### Reverts

* Revert "fix: do not use shell for user initiated docker exec" ([b4b400c](https://github.com/anacierdem/libdragon-docker/commit/b4b400c12b134c9af37e3cc090cddc4827e72132))
* Revert "fix: fix ENOENT issues on macOS" ([42d27c5](https://github.com/anacierdem/libdragon-docker/commit/42d27c5008591ddcb6a74d72fe7db248397de1c4))
* Revert "fix: only invoke a shell for docker commands known to cause problems on macos" ([8635ac0](https://github.com/anacierdem/libdragon-docker/commit/8635ac093fa37585d1dac994bd86bd94b8ba953a))
* Revert "fix: run all commands in a shell and quote all user provided parameters" ([887893f](https://github.com/anacierdem/libdragon-docker/commit/887893fab23af3a9d47bba94ba9ad5ab90957ccf))
* Revert "Remove potentially unnecessary shell" ([48b9b8f](https://github.com/anacierdem/libdragon-docker/commit/48b9b8f14568f3d0d84aa7a630c8624bb574cd22))

## [12.0.3](https://github.com/anacierdem/libdragon-docker/compare/v12.0.2...v12.0.3) (2024-10-20)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libdragon",
"version": "12.0.3",
"version": "12.0.4",
"description": "This is a docker wrapper for libdragon",
"main": "index.js",
"engines": {
Expand Down

0 comments on commit bdd83fc

Please sign in to comment.