Skip to content

Commit

Permalink
chore(main): release record-types 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 18, 2023
1 parent 078fe29 commit 07aa622
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 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.4.0"
".": "1.4.1"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.4.1](https://github.com/dschach/record-types/compare/record-types-v1.4.0...record-types-v1.4.1) (2023-09-18)


### Chores

* Release package version 1.4.0 ([#81](https://github.com/dschach/record-types/issues/81)) ([46463a7](https://github.com/dschach/record-types/commit/46463a7489a31bde1405def49c655d4eea1c9035))


### Styles

* **prettier:** Update prettier config to single quotes ([078fe29](https://github.com/dschach/record-types/commit/078fe29d5ac7972da8e63154d7e1a72c054b73e3))
* Run prettier on all files ([bbff33c](https://github.com/dschach/record-types/commit/bbff33cd07e1e35a44d4f6fdf668cb4c15160945))

## [1.4.0](https://github.com/dschach/record-types/compare/record-types-v1.3.0...record-types-v1.4.0) (2023-09-17)

### Features
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.4.0",
"version": "1.4.1",
"description": "Salesforce Record Types Utility",
"scripts": {
"apex:local:start": "node node_modules/prettier-plugin-apex/bin/start-apex-server.js",
Expand Down
4 changes: 2 additions & 2 deletions sfdx-project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
{
"path": "force-app",
"default": true,
"versionNumber": "1.4.0.NEXT",
"versionNumber": "1.4.1.NEXT",
"definitionFile": "config/project-scratch-def.json",
"package": "Record Types",
"versionName": "ver 1.4",
"versionDescription": "Record Type library/utility class for fast code execution",
"ancestorVersion": "HIGHEST"
"ancestorVersion": "HIGHEST"
}
],
"name": "record-types",
Expand Down

0 comments on commit 07aa622

Please sign in to comment.