Skip to content

Commit

Permalink
chore(release): 1.6.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiago Nascimento committed Sep 9, 2024
1 parent 3ec0c25 commit c0fe195
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.6.1](https://github.com/tiagonnascimento/sf-orgdevmode-builds/compare/1.6.0...1.6.1) (2024-09-09)


### Bug Fixes

* removing stdout and stderr from spawnPromise to avoid memory allocation increasing ([80b0e11](https://github.com/tiagonnascimento/sf-orgdevmode-builds/commit/80b0e11e93fe84f930903760f0bf5b4a7d48f665))



# [1.6.0](https://github.com/tiagonnascimento/sf-orgdevmode-builds/compare/1.5.0...1.6.0) (2024-09-07)


Expand Down Expand Up @@ -49,12 +58,3 @@



# [1.4.0](https://github.com/tiagonnascimento/sf-orgdevmode-builds/compare/1.3.0...1.4.0) (2024-05-28)


### Features

* adding outputFormat parameter on buildfile and fixing the bug with test classes args ([be53759](https://github.com/tiagonnascimento/sf-orgdevmode-builds/commit/be53759e546f088e0ecd64c47b42e71c00e4422c))



2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sf-orgdevmode-builds",
"description": "A sf plugin enabling deploy of releases that requires multi steps in order to be deployed. It supports deploy of metadata, datapacks (SFI) and shell commnads. ",
"version": "1.6.0",
"version": "1.6.1",
"dependencies": {
"@oclif/core": "^4",
"@salesforce/core": "^7.2.0",
Expand Down

0 comments on commit c0fe195

Please sign in to comment.