Skip to content

Commit

Permalink
chore(main): release 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Mar 9, 2024
1 parent b78f5ca commit 2b1436a
Show file tree
Hide file tree
Showing 4 changed files with 25 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.6.0"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [1.6.0](https://github.com/dschach/record-types/compare/v1.5.0...v1.6.0) (2024-03-09)


### Features

* Enable case-insensitive uses ([3eadfcf](https://github.com/dschach/record-types/commit/3eadfcf515650a6d25123da69f6629493b449692))


### Performance Improvements

* Efficient describe calls ([#141](https://github.com/dschach/record-types/issues/141)) ([3eadfcf](https://github.com/dschach/record-types/commit/3eadfcf515650a6d25123da69f6629493b449692))


### 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))
* **readme:** Update readme badges ([#140](https://github.com/dschach/record-types/issues/140)) ([7fad074](https://github.com/dschach/record-types/commit/7fad074933d414eea97fd48f628871949c9d56ec))

## [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.6.0",
"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.6.0.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 2b1436a

Please sign in to comment.