Skip to content

Commit

Permalink
chore(main): release 39.2.0 (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
azlam-abdulsalam authored Aug 22, 2024
1 parent a39b7d5 commit 2d5b1b6
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "39.1.0"
".": "39.2.0"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [39.2.0](https://github.com/flxbl-io/sfp/compare/v39.1.0...v39.2.0) (2024-08-22)


### Features

* **dependency:install:** add release def filter v2 ([#108](https://github.com/flxbl-io/sfp/issues/108)) ([644f700](https://github.com/flxbl-io/sfp/commit/644f700d6c2b0babe849bdb1066a8432e54c33d2))


### Bug Fixes

* **dependency:resolver:** missing dependencies due to package directory order ([#107](https://github.com/flxbl-io/sfp/issues/107)) ([eb2fa37](https://github.com/flxbl-io/sfp/commit/eb2fa3787dd427f1eff963c123ede64478bd2a13))
* **docs:** update license info ([f555bf4](https://github.com/flxbl-io/sfp/commit/f555bf482f931c0056e0799ee5e2d99f45cff0fd))
* **fht:** fht/ft not being applied for post deployment ([#101](https://github.com/flxbl-io/sfp/issues/101)) ([93a01cf](https://github.com/flxbl-io/sfp/commit/93a01cf0dddded24a94c6a349c9950276f53b66f))
* **pool:** make pools using snapshot pools respect max allocation ([#104](https://github.com/flxbl-io/sfp/issues/104)) ([a39b7d5](https://github.com/flxbl-io/sfp/commit/a39b7d5e46af02d0abae71789b011a22a965570d))
* **schema:** fix missing enableFT to schema ([#106](https://github.com/flxbl-io/sfp/issues/106)) ([6138447](https://github.com/flxbl-io/sfp/commit/61384476edb31466524f8e83a0de6199802b6cf3))

## [39.1.0](https://github.com/flxbl-io/sfp/compare/v39.0.3...v39.1.0) (2024-07-16)


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,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.1.0",
"version": "39.2.0",
"license": "MIT",
"author": "flxblio",
"release": "June 24",
Expand Down

0 comments on commit 2d5b1b6

Please sign in to comment.