diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f85986c73..f461d27f4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "38.5.2" + ".": "38.6.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..deaab4f33 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog + +## [38.6.0](https://github.com/flxbl-io/sfp/compare/v38.5.2...v38.6.0) (2024-06-29) + + +### Features + +* **cicd:** simplify using release-please ([6312fdf](https://github.com/flxbl-io/sfp/commit/6312fdf43948265ece64cbb02d7c82098d64ff00)) +* **docker:** update sfp cli version ([b631f2d](https://github.com/flxbl-io/sfp/commit/b631f2de5b2733d7d58ddb0541a7238b518d6a86)) + + +### Bug Fixes + +* **cicd:** switch to GITHUB_TOKEN ([841fd4a](https://github.com/flxbl-io/sfp/commit/841fd4a555fac811c785592538d35693663be745)) diff --git a/package-lock.json b/package-lock.json index 64b602fe6..0a5cdf864 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@flxbl-io/sfp", - "version": "39.0.0", + "version": "38.6.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@flxbl-io/sfp", - "version": "39.0.0", + "version": "38.6.0", "license": "MIT", "dependencies": { "@apexdevtools/apex-parser": "^4.0.0", diff --git a/package.json b/package.json index 8b230c4eb..05f888305 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@flxbl-io/sfp", "description": "sfp is a CLI tool to help you manage your Salesforce projects in an artifact centric model", - "version": "39.0.0", + "version": "38.6.0", "license": "MIT", "author": "flxblio", "release": "June 24",