diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7cb8711d8..4411abdae 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "39.3.1" + ".": "39.4.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index bd9ee8e5f..c1fc775dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [39.4.0](https://github.com/flxbl-io/sfp/compare/v39.3.1...v39.4.0) (2024-12-16) + + +### Features + +* **deps:** update dependencies of docker images ([#147](https://github.com/flxbl-io/sfp/issues/147)) ([1a8b754](https://github.com/flxbl-io/sfp/commit/1a8b7548a78d1e11da742244141f35c7ed29c87b)) + + +### Bug Fixes + +* **artifact:** remove change as part of [#128](https://github.com/flxbl-io/sfp/issues/128) ([4a32970](https://github.com/flxbl-io/sfp/commit/4a32970208a052df338b729d396e51f01141ff26)) +* **artifact:** undo earlier fix from [#128](https://github.com/flxbl-io/sfp/issues/128) ([2e138b0](https://github.com/flxbl-io/sfp/commit/2e138b0cc0f6da6dadb7c686f12c3b1e4ba98031)) + ## [39.3.1](https://github.com/flxbl-io/sfp/compare/v39.3.0...v39.3.1) (2024-12-15) diff --git a/package-lock.json b/package-lock.json index 3598504a7..31910b950 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@flxbl-io/sfp", - "version": "39.3.1", + "version": "39.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@flxbl-io/sfp", - "version": "39.3.1", + "version": "39.4.0", "license": "MIT", "dependencies": { "@apexdevtools/apex-parser": "^4.0.0", diff --git a/package.json b/package.json index ef2591636..884f1cbd9 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.3.1", + "version": "39.4.0", "license": "MIT", "author": "flxblio", "release": "December 24",