Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2020-09-16)

### Bug Fixes

* **adapter:** Fix typo in etc. ([39182b8](39182b8))
* **build:** Add proper deps, force republish to make sure things are working ([922097b](922097b))
* **build:** Automatic releases!!! ✨ ([114f967](114f967))
* update longest to ^2 ([commitizen#88](https://github.com/DawChihLiou/cz-conventional-changelog-with-jiraid-detection/issues/88)) ([7234529](7234529))
* **commit:** Remove es6 string syntax (backticks) ([7f922f2](7f922f2))
* **commit:** remove parentheses when there is no scope present ([55f72b9](55f72b9))
* **config-loader:** captured the direct dependency on commitizen for the use of the config loader ([commitizen#90](https://github.com/DawChihLiou/cz-conventional-changelog-with-jiraid-detection/issues/90)) ([4b23bbc](4b23bbc)), closes [commitizen#89](https://github.com/DawChihLiou/cz-conventional-changelog-with-jiraid-detection/issues/89)
* **defaultValues:** Added fallback for optional default values ([commitizen#99](https://github.com/DawChihLiou/cz-conventional-changelog-with-jiraid-detection/issues/99)) ([2aae317](2aae317))
* **package.json:** install missing dependency ([4287211](4287211))
* **package.json:** update package name ([2985968](2985968))
* **prompter:** resolve issue with new inquirer api ([commitizen#18](https://github.com/DawChihLiou/cz-conventional-changelog-with-jiraid-detection/issues/18)) ([807b4e5](807b4e5))
* Correct typo in JSON ([58df4d1](58df4d1))
* **release:** attempt to fix release ([c167fd8](c167fd8))
* **release.config.js:** attempt to fix semantic release ([e362f9a](e362f9a))
* **require:** get rid of relative path to the word-wrap ([e98818a](e98818a)), closes [commitizen#4](https://github.com/DawChihLiou/cz-conventional-changelog-with-jiraid-detection/issues/4)
* **wrapping:** Fix fields to wrap instead of truncate at 100 characters ([c7b7e11](c7b7e11)), closes [commitizen/cz-cli#4](commitizen/cz-cli#4)
* remove pre-node 10 support ([commitizen#86](https://github.com/DawChihLiou/cz-conventional-changelog-with-jiraid-detection/issues/86)) ([76588ad](76588ad))
* Update conventional-commit-types to the latest version 🚀 ([commitizen#105](https://github.com/DawChihLiou/cz-conventional-changelog-with-jiraid-detection/issues/105)) ([5a371c1](5a371c1))
* Wrap updateTypes in packageRules ([0f6dfbf](0f6dfbf))

### Features

* **adapter:** Create initial commit. ([4e8da01](4e8da01))
* **adapter:** refactor to engine, default to conventional commit types ([c8452d1](c8452d1)), closes [commitizen#29](https://github.com/DawChihLiou/cz-conventional-changelog-with-jiraid-detection/issues/29)
* **adapter:** Split breaking changes into separate question ([commitizen#44](https://github.com/DawChihLiou/cz-conventional-changelog-with-jiraid-detection/issues/44)) ([2d78e1d](2d78e1d)), closes [commitizen#17](https://github.com/DawChihLiou/cz-conventional-changelog-with-jiraid-detection/issues/17)
* add default values to options ([commitizen#69](https://github.com/DawChihLiou/cz-conventional-changelog-with-jiraid-detection/issues/69)) ([65d6a9f](65d6a9f))
* implement configuration through package.json ([commitizen#75](https://github.com/DawChihLiou/cz-conventional-changelog-with-jiraid-detection/issues/75)) ([3398c02](3398c02))
* **engine:** add support for disableScopeLowerCase ([commitizen#96](https://github.com/DawChihLiou/cz-conventional-changelog-with-jiraid-detection/issues/96)) ([e7bd546](e7bd546))
* **engine:** add support for disableSubjectLowerCase ([df66875](df66875))
* **engine.js:** add jira step ([b6c6bfb](b6c6bfb))
* **prompt:** add confirmation fields + edit for clarity ([commitizen#58](https://github.com/DawChihLiou/cz-conventional-changelog-with-jiraid-detection/issues/58)) ([d40ac2c](d40ac2c)), closes [commitizen#52](https://github.com/DawChihLiou/cz-conventional-changelog-with-jiraid-detection/issues/52)
* **types:** add suport for custom types ([commitizen#104](https://github.com/DawChihLiou/cz-conventional-changelog-with-jiraid-detection/issues/104)) ([aae2548](aae2548))

### BREAKING CHANGES

* Node 10 is LTS so please upgrade to it.
* **adapter:** Breaking changes now automatically include the "BREAKING CHANGE: " prefix.
  • Loading branch information
semantic-release-bot committed Sep 16, 2020
1 parent d51d79e commit e10c25d
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 2 deletions.
45 changes: 45 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,48 @@
# 1.0.0 (2020-09-16)


### Bug Fixes

* **adapter:** Fix typo in etc. ([39182b8](https://github.com/DawChihLiou/cz-conventional-changelog-with-jiraid-detection/commit/39182b81bfe5fcc001466dbe2b58ba8ca622f920))
* **build:** Add proper deps, force republish to make sure things are working ([922097b](https://github.com/DawChihLiou/cz-conventional-changelog-with-jiraid-detection/commit/922097b4e45ea1ce5dcb6ae5811038da9aade1a8))
* **build:** Automatic releases!!! ✨ ([114f967](https://github.com/DawChihLiou/cz-conventional-changelog-with-jiraid-detection/commit/114f967a22c86eb35a17cdde5487a8ae6331a698))
* update longest to ^2 ([#88](https://github.com/DawChihLiou/cz-conventional-changelog-with-jiraid-detection/issues/88)) ([7234529](https://github.com/DawChihLiou/cz-conventional-changelog-with-jiraid-detection/commit/7234529b651b396716dfd015631f188524ee4e06))
* **commit:** Remove es6 string syntax (backticks) ([7f922f2](https://github.com/DawChihLiou/cz-conventional-changelog-with-jiraid-detection/commit/7f922f2140e09067e16f63e06da3f8878702d5d8))
* **commit:** remove parentheses when there is no scope present ([55f72b9](https://github.com/DawChihLiou/cz-conventional-changelog-with-jiraid-detection/commit/55f72b9dea9dd3938ef0810cbc9dec54a4d13e34))
* **config-loader:** captured the direct dependency on commitizen for the use of the config loader ([#90](https://github.com/DawChihLiou/cz-conventional-changelog-with-jiraid-detection/issues/90)) ([4b23bbc](https://github.com/DawChihLiou/cz-conventional-changelog-with-jiraid-detection/commit/4b23bbce0ce76b4b0f695a1d867f657b851b48f3)), closes [#89](https://github.com/DawChihLiou/cz-conventional-changelog-with-jiraid-detection/issues/89)
* **defaultValues:** Added fallback for optional default values ([#99](https://github.com/DawChihLiou/cz-conventional-changelog-with-jiraid-detection/issues/99)) ([2aae317](https://github.com/DawChihLiou/cz-conventional-changelog-with-jiraid-detection/commit/2aae31746884b0445fee25abbd3dfd974778a007))
* **package.json:** install missing dependency ([4287211](https://github.com/DawChihLiou/cz-conventional-changelog-with-jiraid-detection/commit/4287211eacf0d4adb5f2526969c684ac4f1535c4))
* **package.json:** update package name ([2985968](https://github.com/DawChihLiou/cz-conventional-changelog-with-jiraid-detection/commit/2985968ae3355fe8d2ea6a3de5c1415e0fe137b0))
* **prompter:** resolve issue with new inquirer api ([#18](https://github.com/DawChihLiou/cz-conventional-changelog-with-jiraid-detection/issues/18)) ([807b4e5](https://github.com/DawChihLiou/cz-conventional-changelog-with-jiraid-detection/commit/807b4e5ddf79348b717f71961c9bee04a037b02b))
* Correct typo in JSON ([58df4d1](https://github.com/DawChihLiou/cz-conventional-changelog-with-jiraid-detection/commit/58df4d1d414072a5b7ef1621b350197e8c6c412d))
* **release:** attempt to fix release ([c167fd8](https://github.com/DawChihLiou/cz-conventional-changelog-with-jiraid-detection/commit/c167fd8e2624674c2f80db735be42bdf7dc382d0))
* **release.config.js:** attempt to fix semantic release ([e362f9a](https://github.com/DawChihLiou/cz-conventional-changelog-with-jiraid-detection/commit/e362f9af27429f587f837716fbbd7f7b9138b75e))
* **require:** get rid of relative path to the word-wrap ([e98818a](https://github.com/DawChihLiou/cz-conventional-changelog-with-jiraid-detection/commit/e98818a229bad67f9003e58d78eb5722cbbe187c)), closes [#4](https://github.com/DawChihLiou/cz-conventional-changelog-with-jiraid-detection/issues/4)
* **wrapping:** Fix fields to wrap instead of truncate at 100 characters ([c7b7e11](https://github.com/DawChihLiou/cz-conventional-changelog-with-jiraid-detection/commit/c7b7e11d969c360b5ea09bb90752dd836d421fc6)), closes [commitizen/cz-cli#4](https://github.com/commitizen/cz-cli/issues/4)
* remove pre-node 10 support ([#86](https://github.com/DawChihLiou/cz-conventional-changelog-with-jiraid-detection/issues/86)) ([76588ad](https://github.com/DawChihLiou/cz-conventional-changelog-with-jiraid-detection/commit/76588adc6eb0c09f684dd9f7359c12492ee69d81))
* Update conventional-commit-types to the latest version 🚀 ([#105](https://github.com/DawChihLiou/cz-conventional-changelog-with-jiraid-detection/issues/105)) ([5a371c1](https://github.com/DawChihLiou/cz-conventional-changelog-with-jiraid-detection/commit/5a371c1de7520d18e47705166b5f0574794d094f))
* Wrap updateTypes in packageRules ([0f6dfbf](https://github.com/DawChihLiou/cz-conventional-changelog-with-jiraid-detection/commit/0f6dfbfa476c7afb4fb3b2f869fe67e0d9675f78))


### Features

* **adapter:** Create initial commit. ([4e8da01](https://github.com/DawChihLiou/cz-conventional-changelog-with-jiraid-detection/commit/4e8da01be0869a4ef61545b851c0290c41a96fb8))
* **adapter:** refactor to engine, default to conventional commit types ([c8452d1](https://github.com/DawChihLiou/cz-conventional-changelog-with-jiraid-detection/commit/c8452d1c59b233181fbd6fd295c4d8f16dec6c35)), closes [#29](https://github.com/DawChihLiou/cz-conventional-changelog-with-jiraid-detection/issues/29)
* **adapter:** Split breaking changes into separate question ([#44](https://github.com/DawChihLiou/cz-conventional-changelog-with-jiraid-detection/issues/44)) ([2d78e1d](https://github.com/DawChihLiou/cz-conventional-changelog-with-jiraid-detection/commit/2d78e1d442cc18ea276e05e7ba8259615b3c3ddc)), closes [#17](https://github.com/DawChihLiou/cz-conventional-changelog-with-jiraid-detection/issues/17)
* add default values to options ([#69](https://github.com/DawChihLiou/cz-conventional-changelog-with-jiraid-detection/issues/69)) ([65d6a9f](https://github.com/DawChihLiou/cz-conventional-changelog-with-jiraid-detection/commit/65d6a9f935318398ea120da406d76b78498ca632))
* implement configuration through package.json ([#75](https://github.com/DawChihLiou/cz-conventional-changelog-with-jiraid-detection/issues/75)) ([3398c02](https://github.com/DawChihLiou/cz-conventional-changelog-with-jiraid-detection/commit/3398c02207b42133691dac8be21257ee28a0ac4c))
* **engine:** add support for disableScopeLowerCase ([#96](https://github.com/DawChihLiou/cz-conventional-changelog-with-jiraid-detection/issues/96)) ([e7bd546](https://github.com/DawChihLiou/cz-conventional-changelog-with-jiraid-detection/commit/e7bd5462966d00acb03aca394836b5427513681c))
* **engine:** add support for disableSubjectLowerCase ([df66875](https://github.com/DawChihLiou/cz-conventional-changelog-with-jiraid-detection/commit/df66875dc0a8be1c17abb7ab7d66b0f55f4e9ddb))
* **engine.js:** add jira step ([b6c6bfb](https://github.com/DawChihLiou/cz-conventional-changelog-with-jiraid-detection/commit/b6c6bfb3014a6bbb35e36892bbb6936c4319bec9))
* **prompt:** add confirmation fields + edit for clarity ([#58](https://github.com/DawChihLiou/cz-conventional-changelog-with-jiraid-detection/issues/58)) ([d40ac2c](https://github.com/DawChihLiou/cz-conventional-changelog-with-jiraid-detection/commit/d40ac2c5a0021a2c6faa7b8471a3003213a2c7ef)), closes [#52](https://github.com/DawChihLiou/cz-conventional-changelog-with-jiraid-detection/issues/52)
* **types:** add suport for custom types ([#104](https://github.com/DawChihLiou/cz-conventional-changelog-with-jiraid-detection/issues/104)) ([aae2548](https://github.com/DawChihLiou/cz-conventional-changelog-with-jiraid-detection/commit/aae2548e682683d8637d0ee58bd4e8f320ba3a11))


### BREAKING CHANGES

* Node 10 is LTS so please upgrade to it.
* **adapter:** Breaking changes now automatically include the "BREAKING CHANGE: " prefix.

# [3.4.0](https://github.com/DawChihLiou/cz-conventional-changelog-with-jiraid-detection/compare/v3.3.0...v3.4.0) (2020-09-16)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "cz-conventional-changelog-with-jiraid-detection",
"version": "0.0.0-semantically-released.0",
"version": "1.0.0",
"description": "Prompts for conventional changelog standard with an extra step to insert Jira ID.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit e10c25d

Please sign in to comment.