Skip to content

Commit f4e2924

Browse files
authoredFeb 8, 2023
Merge pull request #31 from dschach/release-please--branches--main--components--recordtypes-utility
chore(main): release recordtypes-utility 1.1.0
2 parents 536a91f + 90ea466 commit f4e2924

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed
 

‎CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## [1.1.0](https://github.com/dschach/record-types/compare/recordtypes-utility-v1.1.0...recordtypes-utility-v1.1.0) (2023-02-08)
4+
5+
6+
### Features
7+
8+
* API 56, new methods ([#27](https://github.com/dschach/record-types/issues/27)) ([cb53adc](https://github.com/dschach/record-types/commit/cb53adcd31611235122038eb5f11622daf12b6ca))
9+
10+
11+
### Bug Fixes
12+
13+
* 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))
14+
* 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))
15+
* Change Active to Available ([8973e2b](https://github.com/dschach/record-types/commit/8973e2bcd544ec37200331a3c68df5984774d660))
16+
* Change Active to Available ([76e1d0b](https://github.com/dschach/record-types/commit/76e1d0b7c7979474dddfc93f5a819d12218808dc))
17+
* Highlight 11.7 ([632b1fe](https://github.com/dschach/record-types/commit/632b1fe94c71ff100ff347bd5b7133eeb7676fe2))
18+
* Highlight 11.7 typo ([8973e2b](https://github.com/dschach/record-types/commit/8973e2bcd544ec37200331a3c68df5984774d660))
19+
20+
21+
### Miscellaneous Chores
22+
23+
* Release 1.1.0 ([3be676c](https://github.com/dschach/record-types/commit/3be676cec236890318a7dd66e137f8c5fb1da8a3))
24+
325
## [1.1.0](https://github.com/dschach/record-types/compare/record-types-v1.1.0...record-types-v1.1.0) (2023-02-07)
426

527

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "recordtypes-utility",
33
"private": true,
4-
"version": "1.0.0",
4+
"version": "1.1.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}\"",

0 commit comments

Comments
 (0)
Please sign in to comment.