Skip to content

Commit

Permalink
chore(main): release record-types 1.2.0 (#41)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Mar 14, 2023
1 parent d254692 commit 1729d49
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 3 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.1.0"
".": "1.2.0"
}
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Changelog

## [1.2.0](https://github.com/dschach/record-types/compare/record-types-v1.1.0...record-types-v1.2.0) (2023-03-14)


### Features

* Implement release-please ([#40](https://github.com/dschach/record-types/issues/40)) ([d254692](https://github.com/dschach/record-types/commit/d254692598fe7ed523fa25801d1037916677ed85))


### Bug Fixes

* Bump @sideway/formula from 3.0.0 to 3.0.1 ([5bca1b8](https://github.com/dschach/record-types/commit/5bca1b8af368115bdea5e28563930edbe716fa39))
* Bump lint-staged from 13.1.1 to 13.1.2 ([2ef66b1](https://github.com/dschach/record-types/commit/2ef66b110fb7ef976a943079404256cad22cdadd))
* Bump npm from 9.4.2 to 9.5.0 ([174b6c7](https://github.com/dschach/record-types/commit/174b6c74a49b88648b06fdf7f0c6bfc423aece9b))
* PR testing only on force-app path ([1395d3a](https://github.com/dschach/record-types/commit/1395d3a14e9c51f3a25fd1fe23ee7f225e78d094))


### Continuous Integration

* **dependabot:** No scratch org on dependabot ([#38](https://github.com/dschach/record-types/issues/38)) ([c8d21dc](https://github.com/dschach/record-types/commit/c8d21dc1c869b2f5fae989ff5de7629f902dc993))
* **dependabot:** Scope dependabot PRs ([dc02bba](https://github.com/dschach/record-types/commit/dc02bba2c461e1697fcff3463163075d450b3428))


### Build System

* 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))
* Bump prettier from 2.8.3 to 2.8.4 ([d01b32f](https://github.com/dschach/record-types/commit/d01b32f1484cac2f42b8f21acf3225c360939117))
* **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))
* **npm:** Remove npm dev-dependency ([aea80de](https://github.com/dschach/record-types/commit/aea80de8cfbe9be680e72f14f41c01a1bd3cd3d8))

## [1.1.0](https://github.com/dschach/record-types/compare/recordtypes-utility-v1.1.0...recordtypes-utility-v1.1.0) (2023-02-08)


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.1.0",
"version": "1.2.0",
"description": "Salesforce Record Types Utility",
"scripts": {
"prettier:apex:local": "prettier --apex-standalone-parser built-in --write \"**/*.{cls,cmp,component,css,html,js,json,md,page,trigger,xml,yaml,yml}\"",
Expand Down
2 changes: 1 addition & 1 deletion 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.1.0.NEXT"
"versionNumber": "1.2.0.NEXT"
}
],
"name": "record-types",
Expand Down

0 comments on commit 1729d49

Please sign in to comment.