Skip to content

Commit

Permalink
Merge pull request #31 from dschach/release-please--branches--main--c…
Browse files Browse the repository at this point in the history
…omponents--recordtypes-utility

chore(main): release recordtypes-utility 1.1.0
  • Loading branch information
dschach authored Feb 8, 2023
2 parents 536a91f + 90ea466 commit f4e2924
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

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


### Features

* API 56, new methods ([#27](https://github.com/dschach/record-types/issues/27)) ([cb53adc](https://github.com/dschach/record-types/commit/cb53adcd31611235122038eb5f11622daf12b6ca))


### Bug Fixes

* 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 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))


### Miscellaneous Chores

* Release 1.1.0 ([3be676c](https://github.com/dschach/record-types/commit/3be676cec236890318a7dd66e137f8c5fb1da8a3))

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


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.0.0",
"version": "1.1.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

0 comments on commit f4e2924

Please sign in to comment.