From 2b7a5db37134c2ce722e36449e28b1370ac2d374 Mon Sep 17 00:00:00 2001 From: Tiago Nascimento Date: Mon, 27 May 2024 22:24:26 +0000 Subject: [PATCH] chore(release): 1.3.0 [skip ci] --- CHANGELOG.md | 41 +++++++++++++++-------------------------- package.json | 4 ++-- 2 files changed, 17 insertions(+), 28 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f2a3a5..678bf55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# [1.3.0](https://github.com/tiagonnascimento/sf-orgdevmode-builds/compare/1.2.0...1.3.0) (2024-05-27) + + +### Bug Fixes + +* **deps:** bump @salesforce/kit from 3.0.6 to 3.1.2 ([2d3ffcc](https://github.com/tiagonnascimento/sf-orgdevmode-builds/commit/2d3ffcca8c79009c7168877963d8b594cca18807)) +* updating imports as per the new eslint config ([6b99108](https://github.com/tiagonnascimento/sf-orgdevmode-builds/commit/6b9910813434235927c17cfab12ede08d5aca03e)) + + +### Features + +* updating format for RunSpecifiedTest classes ([a9c0a94](https://github.com/tiagonnascimento/sf-orgdevmode-builds/commit/a9c0a94eefc46d9b73d3aa3c51d4f88dc1d85e96)) + + + # [1.2.0](https://github.com/tiagonnascimento/sf-orgdevmode-builds/compare/1.1.0...1.2.0) (2024-04-30) @@ -33,29 +48,3 @@ -## [1.0.4](https://github.com/tiagonnascimento/sf-orgdevmode-builds/compare/bec9dbaee3d6b35e2e845950dea60ac6841c0588...1.0.4) (2023-06-29) - - -### Bug Fixes - -* adding pinst to not run postinstall on plugin installation ([8fa9f13](https://github.com/tiagonnascimento/sf-orgdevmode-builds/commit/8fa9f136c0c539d0e52e9a17d0ed9e2bf3502d0f)) -* adjusting release script ([2eb95af](https://github.com/tiagonnascimento/sf-orgdevmode-builds/commit/2eb95af20604ec4dd7b33364efeaf5ba6dd3c7e7)) -* **deps:** bump @oclif/core from 2.8.5 to 2.8.6 ([4e3400b](https://github.com/tiagonnascimento/sf-orgdevmode-builds/commit/4e3400bc4f4ac3f1201703624f0f05373aecf838)) -* disabling husky on plugin installation ([bcda824](https://github.com/tiagonnascimento/sf-orgdevmode-builds/commit/bcda8249f549a9feaabc90625662293f22978587)) -* fixing pinst script ([1867193](https://github.com/tiagonnascimento/sf-orgdevmode-builds/commit/18671930546ac0fee528aad7d4f3bf8c27412b1f)) - - -### Features - -* adding flags to builds deploy command and removing hello world ([4c8fc77](https://github.com/tiagonnascimento/sf-orgdevmode-builds/commit/4c8fc77296dd1c780ba8523f791ec8bb408ed922)) -* adjusting github actions to publish the release on npm ([e9d50fd](https://github.com/tiagonnascimento/sf-orgdevmode-builds/commit/e9d50fd3b5f54df1283fafeca65d6bd9100acb55)) -* adjusting test file to address coverage ([7ed023f](https://github.com/tiagonnascimento/sf-orgdevmode-builds/commit/7ed023faa7e455324e727ca2a75c940d2bfb7ccb)) -* adjusting unitary and nuts tests ([2abc48f](https://github.com/tiagonnascimento/sf-orgdevmode-builds/commit/2abc48f1e1820ed6d3a23e3a5945325bcb828cc6)) -* cleaning up the file ([48b83fa](https://github.com/tiagonnascimento/sf-orgdevmode-builds/commit/48b83fa4e91a54d7203d8c3168e8bd74090ce640)) -* coding content of the command builds deploy ([9865442](https://github.com/tiagonnascimento/sf-orgdevmode-builds/commit/98654427d03ca3bbbe22e9b8fdc0ed20876aa279)) -* creating pre-release ([29b390e](https://github.com/tiagonnascimento/sf-orgdevmode-builds/commit/29b390e63bc57d5b78c1738976857b3162e4da3f)) -* implementing unit tests with mocks/stubs for fs and child_process ([bdbe521](https://github.com/tiagonnascimento/sf-orgdevmode-builds/commit/bdbe521bb252cc5b6409717865ccb242f39ba20c)) -* initial commit ([bec9dba](https://github.com/tiagonnascimento/sf-orgdevmode-builds/commit/bec9dbaee3d6b35e2e845950dea60ac6841c0588)) - - - diff --git a/package.json b/package.json index 72bd84e..707c019 100644 --- a/package.json +++ b/package.json @@ -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.2.0", + "version": "1.3.0", "dependencies": { "@oclif/core": "^2.9.3", "@salesforce/core": "^3.34.8", @@ -197,4 +197,4 @@ } }, "author": "Tiago Nascimento" -} +} \ No newline at end of file