Skip to content

Commit 3b1c195

Browse files
chore(main): release record-types 1.3.0 (#64)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3487d30 commit 3b1c195

File tree

4 files changed

+23
-4
lines changed

4 files changed

+23
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.2.1"
2+
".": "1.3.0"
33
}

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [1.3.0](https://github.com/dschach/record-types/compare/record-types-v1.2.1...record-types-v1.3.0) (2023-08-19)
4+
5+
6+
### Features
7+
8+
* Handle inactive RTs and RTs via PermSet ([#63](https://github.com/dschach/record-types/issues/63)) ([064e1aa](https://github.com/dschach/record-types/commit/064e1aaae4cd2cde7d9b086b5c6f36b5fa99897f))
9+
10+
11+
### Bug Fixes
12+
13+
* Remove redundant methods, update docs ([#66](https://github.com/dschach/record-types/issues/66)) ([3487d30](https://github.com/dschach/record-types/commit/3487d30d100d3ae238d0bb8c88671845c1647993))
14+
15+
16+
### Documentation
17+
18+
* **apexdox:** Update ApexDox, Changelog ([#65](https://github.com/dschach/record-types/issues/65)) ([ee2d5de](https://github.com/dschach/record-types/commit/ee2d5decbe6081b5ee2e25fa921fc8e3c2d78626))
19+
320
## [1.2.1](https://github.com/dschach/record-types/compare/record-types-v1.2.0...record-types-v1.2.1) (2023-08-16)
421

522
### Build System

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "recordtypes-utility",
33
"private": true,
4-
"version": "1.2.1",
4+
"version": "1.3.0",
55
"description": "Salesforce Record Types Utility",
66
"scripts": {
77
"prettier:apex:local": "prettier --apex-standalone-parser built-in --write \"**/*.{cls,cmp,component,css,html,js,json,md,page,trigger,xml,yaml,yml}\"",
@@ -29,6 +29,8 @@
2929
"prettier-plugin-apex": "^2.0.1"
3030
},
3131
"lint-staged": {
32-
"**/*.{cls,cmp,component,css,js,json,md,page,trigger,xml,yaml,yml}": ["prettier --write"]
32+
"**/*.{cls,cmp,component,css,js,json,md,page,trigger,xml,yaml,yml}": [
33+
"prettier --write"
34+
]
3335
}
3436
}

sfdx-project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"path": "force-app",
55
"default": true,
6-
"versionNumber": "1.2.1.NEXT"
6+
"versionNumber": "1.3.0.NEXT"
77
}
88
],
99
"name": "record-types",

0 commit comments

Comments
 (0)