Skip to content

Commit

Permalink
chore(main): release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 18, 2024
1 parent c2ea1c9 commit 60beac4
Show file tree
Hide file tree
Showing 3 changed files with 35 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.4.0"
".": "1.5.0"
}
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# Changelog

## [1.5.0](https://github.com/dschach/record-types/compare/v1.4.0...v1.5.0) (2024-01-18)


### Features

* API 56, new methods ([#27](https://github.com/dschach/record-types/issues/27)) ([cb53adc](https://github.com/dschach/record-types/commit/cb53adcd31611235122038eb5f11622daf12b6ca))
* handle inactive RTs and RTs via PermSet ([#63](https://github.com/dschach/record-types/issues/63)) ([064e1aa](https://github.com/dschach/record-types/commit/064e1aaae4cd2cde7d9b086b5c6f36b5fa99897f))
* implement release-please ([#40](https://github.com/dschach/record-types/issues/40)) ([d254692](https://github.com/dschach/record-types/commit/d254692598fe7ed523fa25801d1037916677ed85))
* overload get RT from Id ([#79](https://github.com/dschach/record-types/issues/79)) ([1344b75](https://github.com/dschach/record-types/commit/1344b7557093487751f9854840e15a0aa798fcb2))


### Bug Fixes

* **build:** fix pull request GitHub action ([9f55805](https://github.com/dschach/record-types/commit/9f55805ecf11a97bacb5dc23f07541f7c8971dd2))
* 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.0 to 13.1.1 ([#25](https://github.com/dschach/record-types/issues/25)) ([ce97526](https://github.com/dschach/record-types/commit/ce9752620d25761c54984c68cfc7ae62af51314b))
* 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.1 to 9.4.2 ([#26](https://github.com/dschach/record-types/issues/26)) ([1aa9923](https://github.com/dschach/record-types/commit/1aa9923e5d3a1f3d6b53be5befc4663e13640474))
* change Active to Available ([8973e2b](https://github.com/dschach/record-types/commit/8973e2bcd544ec37200331a3c68df5984774d660))
* change Active to Available ([76e1d0b](https://github.com/dschach/record-types/commit/76e1d0b7c7979474dddfc93f5a819d12218808dc))
* Highlight 11.7 ([632b1fe](https://github.com/dschach/record-types/commit/632b1fe94c71ff100ff347bd5b7133eeb7676fe2))
* Highlight 11.7 typo ([8973e2b](https://github.com/dschach/record-types/commit/8973e2bcd544ec37200331a3c68df5984774d660))
* PR testing only on force-app path ([1395d3a](https://github.com/dschach/record-types/commit/1395d3a14e9c51f3a25fd1fe23ee7f225e78d094))
* **readme:** update method tables ([#110](https://github.com/dschach/record-types/issues/110)) ([8b123c3](https://github.com/dschach/record-types/commit/8b123c33e4a818f4c630e7cc6beb7a7205781386))
* remove redundant methods, update docs ([#66](https://github.com/dschach/record-types/issues/66)) ([3487d30](https://github.com/dschach/record-types/commit/3487d30d100d3ae238d0bb8c88671845c1647993))


### Miscellaneous Chores

* release 1.1.0 ([3be676c](https://github.com/dschach/record-types/commit/3be676cec236890318a7dd66e137f8c5fb1da8a3))
* renumber to release 1.5.0 ([03f6794](https://github.com/dschach/record-types/commit/03f679466eec7873f435411d15fb38a01ceb1c6c))

## [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
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.5.0.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 60beac4

Please sign in to comment.