Skip to content

Commit

Permalink
chore(main): release 1.7.0 (#147)
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 Jul 29, 2024
1 parent ecf107c commit d3efd97
Show file tree
Hide file tree
Showing 4 changed files with 20 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.6.0"
".": "1.7.0"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [1.7.0](https://github.com/dschach/record-types/compare/v1.6.0...v1.7.0) (2024-07-29)


### Features

* Cleanup PMD violations ([#175](https://github.com/dschach/record-types/issues/175)) ([864a310](https://github.com/dschach/record-types/commit/864a310fe92575faa6fea75a9915014f8afd2c04))


### Chores

* Remove duplicate RT directory ([cdea740](https://github.com/dschach/record-types/commit/cdea7406de3f77f69c3cf56795934be17d3d2839))


### Documentation

* Include Snyk badge ([f9a2e99](https://github.com/dschach/record-types/commit/f9a2e99f26f2ddd9f29345cdb669f921c4fe7db7))

## [1.6.0](https://github.com/dschach/record-types/compare/v1.5.0...v1.6.0) (2024-03-09)


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.6.0",
"version": "1.7.0",
"description": "Salesforce Record Types Utility",
"author": "dschach",
"repository": {
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.6.0.NEXT",
"versionNumber": "1.7.0.NEXT",
"definitionFile": "config/no-rt-scratch-def.json",
"package": "Record Types",
"versionName": "ver 1.5",
Expand Down

0 comments on commit d3efd97

Please sign in to comment.