diff --git a/CHANGELOG.md b/CHANGELOG.md index 08ef1c77..191fde3b 100644 --- a/CHANGELOG.md +++ b/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) diff --git a/package-lock.json b/package-lock.json index 6ba87373..4b930933 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "cz-conventional-changelog", - "version": "3.4.0", + "version": "1.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6138f125..4588185e 100644 --- a/package.json +++ b/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": {