Skip to content

Commit a9fde40

Browse files
chore(main): release record-types 1.4.0 (#74)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f853dbc commit a9fde40

File tree

4 files changed

+24
-4
lines changed

4 files changed

+24
-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.3.0"
2+
".": "1.4.0"
33
}

CHANGELOG.md

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

3+
## [1.4.0](https://github.com/dschach/record-types/compare/record-types-v1.3.0...record-types-v1.4.0) (2023-09-17)
4+
5+
6+
### Features
7+
8+
* Overload get RT from Id ([#79](https://github.com/dschach/record-types/issues/79)) ([1344b75](https://github.com/dschach/record-types/commit/1344b7557093487751f9854840e15a0aa798fcb2))
9+
10+
11+
### Documentation
12+
13+
* Update ApexDox ([f853dbc](https://github.com/dschach/record-types/commit/f853dbca5decf5674e5948d6084b3847fad5dbe1))
14+
* Update ApexDox ([a3cded8](https://github.com/dschach/record-types/commit/a3cded8cb0e38a8ebc1e88853ac762a51522af52))
15+
16+
17+
### Continuous Integration
18+
19+
* **deps:** Bump actions/checkout from 3 to 4 ([#71](https://github.com/dschach/record-types/issues/71)) ([2fb0b6d](https://github.com/dschach/record-types/commit/2fb0b6d7bc22fb5cea21a51fd82d86c7883dcc6e))
20+
321
## [1.3.0](https://github.com/dschach/record-types/compare/record-types-v1.2.1...record-types-v1.3.0) (2023-08-19)
422

523
### Features

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.3.0",
4+
"version": "1.4.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.3.0.NEXT"
6+
"versionNumber": "1.4.0.NEXT"
77
}
88
],
99
"name": "record-types",

0 commit comments

Comments
 (0)