Skip to content

Commit 1729d49

Browse files
chore(main): release record-types 1.2.0 (#41)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d254692 commit 1729d49

File tree

4 files changed

+32
-3
lines changed

4 files changed

+32
-3
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.1.0"
2+
".": "1.2.0"
33
}

CHANGELOG.md

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

3+
## [1.2.0](https://github.com/dschach/record-types/compare/record-types-v1.1.0...record-types-v1.2.0) (2023-03-14)
4+
5+
6+
### Features
7+
8+
* Implement release-please ([#40](https://github.com/dschach/record-types/issues/40)) ([d254692](https://github.com/dschach/record-types/commit/d254692598fe7ed523fa25801d1037916677ed85))
9+
10+
11+
### Bug Fixes
12+
13+
* Bump @sideway/formula from 3.0.0 to 3.0.1 ([5bca1b8](https://github.com/dschach/record-types/commit/5bca1b8af368115bdea5e28563930edbe716fa39))
14+
* Bump lint-staged from 13.1.1 to 13.1.2 ([2ef66b1](https://github.com/dschach/record-types/commit/2ef66b110fb7ef976a943079404256cad22cdadd))
15+
* Bump npm from 9.4.2 to 9.5.0 ([174b6c7](https://github.com/dschach/record-types/commit/174b6c74a49b88648b06fdf7f0c6bfc423aece9b))
16+
* PR testing only on force-app path ([1395d3a](https://github.com/dschach/record-types/commit/1395d3a14e9c51f3a25fd1fe23ee7f225e78d094))
17+
18+
19+
### Continuous Integration
20+
21+
* **dependabot:** No scratch org on dependabot ([#38](https://github.com/dschach/record-types/issues/38)) ([c8d21dc](https://github.com/dschach/record-types/commit/c8d21dc1c869b2f5fae989ff5de7629f902dc993))
22+
* **dependabot:** Scope dependabot PRs ([dc02bba](https://github.com/dschach/record-types/commit/dc02bba2c461e1697fcff3463163075d450b3428))
23+
24+
25+
### Build System
26+
27+
* Bump lint-staged from 13.1.2 to 13.2.0 ([#37](https://github.com/dschach/record-types/issues/37)) ([f981c20](https://github.com/dschach/record-types/commit/f981c208363d67a246a44fa795e6a0e1e3d93774))
28+
* Bump prettier from 2.8.3 to 2.8.4 ([d01b32f](https://github.com/dschach/record-types/commit/d01b32f1484cac2f42b8f21acf3225c360939117))
29+
* **npm:** Bump npm from 9.4.2 to 9.5.0 ([#36](https://github.com/dschach/record-types/issues/36)) ([54c0f2a](https://github.com/dschach/record-types/commit/54c0f2ad3bfd8c9e2d6dcc2dbcec64a575bf0b71))
30+
* **npm:** Remove npm dev-dependency ([aea80de](https://github.com/dschach/record-types/commit/aea80de8cfbe9be680e72f14f41c01a1bd3cd3d8))
31+
332
## [1.1.0](https://github.com/dschach/record-types/compare/recordtypes-utility-v1.1.0...recordtypes-utility-v1.1.0) (2023-02-08)
433

534

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "recordtypes-utility",
33
"private": true,
4-
"version": "1.1.0",
4+
"version": "1.2.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}\"",

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.1.0.NEXT"
6+
"versionNumber": "1.2.0.NEXT"
77
}
88
],
99
"name": "record-types",

0 commit comments

Comments
 (0)