Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 1.6.0 #134

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
}
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# 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))
* Update ApexDox for v1.6 ([#142](https://github.com/dschach/record-types/issues/142)) ([5d799be](https://github.com/dschach/record-types/commit/5d799be167ae90d51a71ac5925f7c6af8105e8d0))

## [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