Skip to content

Commit

Permalink
chore(main): release record-types 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Mar 6, 2024
1 parent 7920713 commit f1725a9
Show file tree
Hide file tree
Showing 4 changed files with 14 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 @@
{
".": "1.5.0"
".": "1.5.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.5.1](https://github.com/dschach/record-types/compare/record-types-v1.5.0...record-types-v1.5.1) (2024-03-06)


### Documentation

* Fix RecordTypes class ApexDocs ([09ac8f5](https://github.com/dschach/record-types/commit/09ac8f50699ef247992cb6e5b603c67313073e13))
* Readme and description ([5a51375](https://github.com/dschach/record-types/commit/5a51375f1f93e543c229a127225fad67fa6e6f3d))

## [1.5.0](https://github.com/dschach/record-types/compare/record-types-v1.4.0...record-types-v1.5.0) (2024-02-15)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "recordtypes-utility",
"private": true,
"version": "1.5.0",
"version": "1.5.1",
"description": "Salesforce Record Types Utility",
"author": "dschach",
"repository": {
Expand Down
6 changes: 4 additions & 2 deletions sfdx-project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"path": "force-app",
"default": true,
"versionNumber": "1.5.0.NEXT",
"versionNumber": "1.5.1.NEXT",
"definitionFile": "config/no-rt-scratch-def.json",
"package": "Record Types",
"versionName": "ver 1.5",
Expand All @@ -13,7 +13,9 @@
"path": "unpackaged"
},
"apexTestAccess": {
"permissionSets": ["RecordTypes_DefaultRT_for_Testing"]
"permissionSets": [
"RecordTypes_DefaultRT_for_Testing"
]
}
},
{
Expand Down

0 comments on commit f1725a9

Please sign in to comment.