Skip to content

Commit

Permalink
chore: Release 5.0.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Oct 11, 2022
1 parent c906fe1 commit 5369185
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,16 @@
# Changelog

## [5.0.0](https://github.com/amannn/action-semantic-pull-request/compare/v4.6.0...v5.0.0) (2022-10-11)


### ⚠ BREAKING CHANGES

* Enum options need to be newline delimited (to allow whitespace within them) (#205)

### Features

* Enum options need to be newline delimited (to allow whitespace within them) ([#205](https://github.com/amannn/action-semantic-pull-request/issues/205)) ([c906fe1](https://github.com/amannn/action-semantic-pull-request/commit/c906fe1e5a4bcc61624931ca94da9672107bd448))

## [4.6.0](https://github.com/amannn/action-semantic-pull-request/compare/v4.5.0...v4.6.0) (2022-09-26)


Expand Down
2 changes: 1 addition & 1 deletion dist/index.js
Expand Up @@ -35605,7 +35605,7 @@ function wrappy (fn, cb) {
/***/ 6308:
/***/ ((module) => {

const ENUM_SPLIT_REGEX = /[,\s]\s*/;
const ENUM_SPLIT_REGEX = /\n/;

module.exports = {
parseEnum(input) {
Expand Down

0 comments on commit 5369185

Please sign in to comment.