Skip to content

Commit e10c25d

Browse files
chore(release): 1.0.0 [skip ci]
# 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.
1 parent d51d79e commit e10c25d

File tree

3 files changed

+47
-2
lines changed

3 files changed

+47
-2
lines changed

CHANGELOG.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,48 @@
1+
# 1.0.0 (2020-09-16)
2+
3+
4+
### Bug Fixes
5+
6+
* **adapter:** Fix typo in etc. ([39182b8](https://github.com/DawChihLiou/cz-conventional-changelog-with-jiraid-detection/commit/39182b81bfe5fcc001466dbe2b58ba8ca622f920))
7+
* **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))
8+
* **build:** Automatic releases!!! ✨ ([114f967](https://github.com/DawChihLiou/cz-conventional-changelog-with-jiraid-detection/commit/114f967a22c86eb35a17cdde5487a8ae6331a698))
9+
* 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))
10+
* **commit:** Remove es6 string syntax (backticks) ([7f922f2](https://github.com/DawChihLiou/cz-conventional-changelog-with-jiraid-detection/commit/7f922f2140e09067e16f63e06da3f8878702d5d8))
11+
* **commit:** remove parentheses when there is no scope present ([55f72b9](https://github.com/DawChihLiou/cz-conventional-changelog-with-jiraid-detection/commit/55f72b9dea9dd3938ef0810cbc9dec54a4d13e34))
12+
* **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)
13+
* **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))
14+
* **package.json:** install missing dependency ([4287211](https://github.com/DawChihLiou/cz-conventional-changelog-with-jiraid-detection/commit/4287211eacf0d4adb5f2526969c684ac4f1535c4))
15+
* **package.json:** update package name ([2985968](https://github.com/DawChihLiou/cz-conventional-changelog-with-jiraid-detection/commit/2985968ae3355fe8d2ea6a3de5c1415e0fe137b0))
16+
* **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))
17+
* Correct typo in JSON ([58df4d1](https://github.com/DawChihLiou/cz-conventional-changelog-with-jiraid-detection/commit/58df4d1d414072a5b7ef1621b350197e8c6c412d))
18+
* **release:** attempt to fix release ([c167fd8](https://github.com/DawChihLiou/cz-conventional-changelog-with-jiraid-detection/commit/c167fd8e2624674c2f80db735be42bdf7dc382d0))
19+
* **release.config.js:** attempt to fix semantic release ([e362f9a](https://github.com/DawChihLiou/cz-conventional-changelog-with-jiraid-detection/commit/e362f9af27429f587f837716fbbd7f7b9138b75e))
20+
* **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)
21+
* **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)
22+
* 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))
23+
* 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))
24+
* Wrap updateTypes in packageRules ([0f6dfbf](https://github.com/DawChihLiou/cz-conventional-changelog-with-jiraid-detection/commit/0f6dfbfa476c7afb4fb3b2f869fe67e0d9675f78))
25+
26+
27+
### Features
28+
29+
* **adapter:** Create initial commit. ([4e8da01](https://github.com/DawChihLiou/cz-conventional-changelog-with-jiraid-detection/commit/4e8da01be0869a4ef61545b851c0290c41a96fb8))
30+
* **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)
31+
* **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)
32+
* 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))
33+
* 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))
34+
* **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))
35+
* **engine:** add support for disableSubjectLowerCase ([df66875](https://github.com/DawChihLiou/cz-conventional-changelog-with-jiraid-detection/commit/df66875dc0a8be1c17abb7ab7d66b0f55f4e9ddb))
36+
* **engine.js:** add jira step ([b6c6bfb](https://github.com/DawChihLiou/cz-conventional-changelog-with-jiraid-detection/commit/b6c6bfb3014a6bbb35e36892bbb6936c4319bec9))
37+
* **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)
38+
* **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))
39+
40+
41+
### BREAKING CHANGES
42+
43+
* Node 10 is LTS so please upgrade to it.
44+
* **adapter:** Breaking changes now automatically include the "BREAKING CHANGE: " prefix.
45+
146
# [3.4.0](https://github.com/DawChihLiou/cz-conventional-changelog-with-jiraid-detection/compare/v3.3.0...v3.4.0) (2020-09-16)
247

348

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cz-conventional-changelog-with-jiraid-detection",
3-
"version": "0.0.0-semantically-released.0",
3+
"version": "1.0.0",
44
"description": "Prompts for conventional changelog standard with an extra step to insert Jira ID.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)