@cenk1cenk2/cz-cc 1.5.0 → 1.5.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @cenk1cenk2/cz-cc
2
2
 
3
- [![Build Status](https://drone.kilic.dev/api/badges/cenk1cenk2/cz-cc/status.svg)](https://drone.kilic.dev/cenk1cenk2/cz-cc) [![Version](https://img.shields.io/npm/v/@cenk1cenk2/cz-cc.svg)](https://npmjs.org/package/@cenk1cenk2/cz-cc) [![Downloads/week](https://img.shields.io/npm/dw/@cenk1cenk2/cz-cc.svg)](https://npmjs.org/package/@cenk1cenk2/cz-cc) [![Dependencies](https://img.shields.io/librariesio/release/npm/@cenk1cenk2/cz-cc)](https://npmjs.org/package/@cenk1cenk2/cz-cc) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
3
+ [![pipeline status](https://gitlab.kilic.dev/libraries/cz-cc/badges/master/pipeline.svg)](https://gitlab.kilic.dev/libraries/cz-cc/-/commits/master) [![Version](https://img.shields.io/npm/v/@cenk1cenk2/cz-cc.svg)](https://npmjs.org/package/@cenk1cenk2/cz-cc) [![Downloads/week](https://img.shields.io/npm/dw/@cenk1cenk2/cz-cc.svg)](https://npmjs.org/package/@cenk1cenk2/cz-cc) [![Dependencies](https://img.shields.io/librariesio/release/npm/@cenk1cenk2/cz-cc)](https://npmjs.org/package/@cenk1cenk2/cz-cc) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
4
4
 
5
5
  ![Demo](./demo/demo.gif)
6
6
 
@@ -10,16 +10,16 @@
10
10
  - [Usage](#usage)
11
11
  - [Configuration](#configuration)
12
12
  - [package.json](#packagejson)
13
- - [Environment variables](#environment-variables)
14
- - [Commitlint](#commitlint)
13
+ - [Environment Variables](#environment-variables)
14
+ - [Commitlint](#commitlint)
15
15
 
16
16
  <!-- tocstop -->
17
17
 
18
- # Description
18
+ ## Description
19
19
 
20
- This is a direct fork of [cz-conventional-changelog](https://github.com/commitizen/cz-conventional-changelog), while it swaps `inquirer` for `enquirer` for speed and adds auto compelete to commit types as well as reducing overal questions and making many optional.
20
+ This is a direct fork of [cz-conventional-changelog](https://github.com/commitizen/cz-conventional-changelog), while it swaps `inquirer` for `enquirer` for speed and adds autocomplete to commit types as well as reducing overall questions and making many optional.
21
21
 
22
- # Usage
22
+ ## Usage
23
23
 
24
24
  - Install commitizen. Either globally or in the project.
25
25
 
@@ -30,7 +30,7 @@ yarn global add commitizen
30
30
  npm install -g commitizen
31
31
  ```
32
32
 
33
- - Initiate this adapter in a project. If already initiated you can add `--force` flag to swap this adapter with the older one.
33
+ - Initiate this adapter in a project. If already initiated you can add the `--force` flag to swap this adapter with the older one.
34
34
  - Currently has a bit of problems with yarn workspaces do to `commitizen`.
35
35
 
36
36
  ```shell
@@ -40,27 +40,25 @@ commitizen init @cenk1cenk2/cz-cc --yarn --dev
40
40
  commitizen init @cenk1cenk2/cz-cc --dev
41
41
  ```
42
42
 
43
- - Add [husky](https://github.com/typicode/husky) hooks for convienence and quality assurance.
43
+ - Add git-hooks.
44
44
 
45
45
  ```json
46
46
  {
47
- "husky": {
48
- "hooks": {
49
- "prepare-commit-msg": "exec < /dev/tty && git cz --hook || true"
50
- }
47
+ "simple-git-hooks": {
48
+ "prepare-commit-msg": "[ -t 1 ] && exec < /dev/tty && git cz --hook || true"
51
49
  }
52
50
  }
53
51
  ```
54
52
 
55
53
  - Add [commit-lint](https://github.com/conventional-changelog/commitlint#readme) if desired.
56
54
 
57
- # Configuration
55
+ ## Configuration
58
56
 
59
57
  Install the adapter by utilizing global commitizen installation.
60
58
 
61
59
  Configuration settings are down below.
62
60
 
63
- ## package.json
61
+ ### package.json
64
62
 
65
63
  Like commitizen, you specify the configuration of cz-conventional-changelog through the package.json's `config.commitizen` key.
66
64
 
@@ -91,7 +89,7 @@ Like commitizen, you specify the configuration of cz-conventional-changelog thro
91
89
  }
92
90
  ```
93
91
 
94
- ## Environment variables
92
+ ### Environment Variables
95
93
 
96
94
  The following environment varibles can be used to override any default configuration or package.json based configuration.
97
95
 
@@ -104,4 +102,4 @@ The following environment varibles can be used to override any default configura
104
102
 
105
103
  ## Commitlint
106
104
 
107
- If using the [commitlint](https://github.com/conventional-changelog/commitlint) js library, the "maxHeaderWidth" configuration property will default to the configuration of the "header-max-length" rule instead of the hard coded value of 100. This can be ovewritten by setting the 'maxHeaderWidth' configuration in package.json or the CZ_MAX_HEADER_WIDTH environment variable.
105
+ If using the [commitlint](https://github.com/conventional-changelog/commitlint) js library, the "maxHeaderWidth" configuration property will default to the configuration of the "header-max-length" rule instead of the hard coded value of 100. This can be overwritten by setting the 'maxHeaderWidth' configuration in package.json or the CZ_MAX_HEADER_WIDTH environment variable.
package/dist/index.js CHANGED
@@ -1,11 +1,11 @@
1
- var M=Object.create;var l=Object.defineProperty;var R=Object.getOwnPropertyDescriptor;var Z=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=e=>l(e,"__esModule",{value:!0});var O=(e,t)=>{for(var i in t)l(e,i,{get:t[i],enumerable:!0})},y=(e,t,i,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of Z(t))!P.call(e,o)&&(i||o!=="default")&&l(e,o,{get:()=>t[o],enumerable:!(n=R(t,o))||n.enumerable});return e},m=(e,t)=>y(g(l(e!=null?M(B(e)):{},"default",!t&&e&&e.__esModule?{get:()=>e.default,enumerable:!0}:{value:e,enumerable:!0})),e),G=(e=>(t,i)=>e&&e.get(t)||(i=y(g({}),t,1),e&&e.set(t,i),i))(typeof WeakMap!="undefined"?new WeakMap:0);var $={};O($,{default:()=>X});var H=require("commitizen"),W=m(require("conventional-commit-types"));var x=m(require("colorette")),C=m(require("enquirer")),b=m(require("find-git-root")),_=m(require("fs")),I=require("listr2"),L=m(require("lodash.map")),A=require("path"),u=m(require("word-wrap"));var w=require("enquirer"),E=require("external-editor"),h=class extends w.Prompt{constructor(t={}){super(t);this.value=this.state.initial||""}async suffix(t=""){let i=this.state.cancelled?" \u2014 Aborted":this.state.submitted?" \u2014 Received":" \u2014 Press <Enter> to launch "+t;return this.styles.dim(i)}async submit(){return this.value=E.Editor.edit(this.value),super.submit()}async render(){let t=await this.prefix()+" ",i=await this.message(),n=await this.error(),o=n?await this.suffix("the editor again"):await this.suffix("an editor");this.clear(this.state.size),this.cursorHide(),this.write(this.style.bold(t)+i+o),n&&this.write(`
1
+ var D=Object.create;var d=Object.defineProperty;var M=Object.getOwnPropertyDescriptor;var R=Object.getOwnPropertyNames;var Z=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var P=(e,s)=>{for(var r in s)d(e,r,{get:s[r],enumerable:!0})},g=(e,s,r,n)=>{if(s&&typeof s=="object"||typeof s=="function")for(let o of R(s))!B.call(e,o)&&o!==r&&d(e,o,{get:()=>s[o],enumerable:!(n=M(s,o))||n.enumerable});return e};var m=(e,s,r)=>(r=e!=null?D(Z(e)):{},g(s||!e||!e.__esModule?d(r,"default",{value:e,enumerable:!0}):r,e)),O=e=>g(d({},"__esModule",{value:!0}),e);var X={};P(X,{default:()=>q});module.exports=O(X);var v=require("commitizen"),H=m(require("conventional-commit-types"));var C=m(require("colorette")),b=m(require("enquirer")),x=m(require("find-git-root")),E=m(require("fs")),_=require("listr2"),I=m(require("lodash.map")),L=require("path"),f=m(require("word-wrap"));var y=require("enquirer"),w=require("external-editor"),u=class extends y.Prompt{constructor(s={}){super(s),this.value=this.state.initial||""}async suffix(s=""){let r=this.state.cancelled?" \u2014 Aborted":this.state.submitted?" \u2014 Received":" \u2014 Press <Enter> to launch "+s;return this.styles.dim(r)}async submit(){return this.value=(0,w.edit)(this.value),super.submit()}async render(){let s=await this.prefix()+" ",r=await this.message(),n=await this.error(),o=n?await this.suffix("the editor again"):await this.suffix("an editor");this.clear(this.state.size),this.cursorHide(),this.write(this.style.bold(s)+r+o),n&&this.write(`
2
2
  `+n.split(`
3
- `).join(""))}};function N(e){return e.type.length+2+(e.scope?e.scope.length+2:0)}function S(e,t){return e.maxHeaderWidth-N(t)}function k(e){for(e=e.trim(),e.charAt(0).toLowerCase()!==e.charAt(0)&&(e=e.charAt(0).toLowerCase()+e.slice(1,e.length));e.endsWith(".");)e=e.slice(0,e.length-1);return e}function v(e){let t=e.types,i=(0,L.default)(t,function(o,c){return{name:c,hint:o.description,value:c}}),n=new C.default;return n=n.register("editor",h),{prompter(o,c){new I.Listr([{enabled:()=>{let r=(0,b.default)(process.cwd()),p=(0,A.join)(r,"COMMIT_EDITMSG");if(r)try{let s=_.default.readFileSync(p,"utf-8");if(new RegExp(/^Merge branch/).test(s))return!0}catch{}},task:async(r,p)=>{if(await p.prompt({type:"Toggle",message:"Last commit was found as merge commit do you want to skip?",initial:!0}))throw new Error("Skipping because of merge commit.")}},{task:async(r,p)=>r.prompts=await p.prompt([{type:"AutoComplete",name:"type",message:"Type of commit:",choices:i,initial:i.findIndex(s=>s.value===e.defaultType)},{type:"Input",name:"subject",message:s=>`Write a short description (max ${S(e,s)} chars):
4
- `,initial:e.defaultSubject,required:!0,validate:s=>{let a=k(s);return a.length<=e.maxHeaderWidth&&a.length>0?!0:`Subject length must be less than or equal to ${e.maxHeaderWidth} characters. Current length is ${a.length} characters.`}},{type:"MultiSelect",name:"additional",message:"Please select additional actions.",choices:[{name:"scope",message:"add a scope"},{name:"issue",message:"resolves issues"},{name:"breaking-changes",message:"introduces breaking changes"},{name:"long-description",message:"add a long description"},{name:"skip-ci",message:"skip ci/cd setups"}]}])},{task:(r,p)=>p.newListr([{skip:s=>!s.prompts.additional.includes("scope"),task:async(s,a)=>{s.prompts.scope=await a.prompt({type:"Input",message:`Please state the scope of the change:
5
- `,initial:e.defaultScope,format:d=>e.disableScopeLowerCase?d.trim():d.trim().toLowerCase()})}},{skip:s=>!s.prompts.additional.some(a=>["long-description"].includes(a)),task:async(s,a)=>{s.prompts.body=await a.prompt([{type:"editor",name:"default",message:`Please give a long description:
6
- `,initial:e.defaultBody}])}},{skip:s=>!s.prompts.additional.includes("issue"),task:async(s,a)=>{s.prompts.issues=await a.prompt({type:"Input",message:`Add issue references:
7
- `,hint:"fix #123, re #124",initial:e.defaultIssues})}},{skip:s=>!s.prompts.additional.includes("breaking-changes"),task:async(s,a)=>{s.prompts.breaking=await a.prompt({type:"editor",message:`Describe the breaking changes:
8
- `})}}])}],{rendererOptions:{collapse:!1},rendererFallback:!1,injectWrapper:{enquirer:n}}).run().then(r=>{let p={trim:!0,cut:!1,newline:`
9
- `,indent:"",width:e.maxLineWidth},s=r.prompts.scope?`(${r.prompts.scope})`:"",a=r.prompts.type+s+": "+r.prompts.subject;r.prompts.additional.includes("skip-ci")&&(a=a+" [skip ci]");let d=r.prompts.body?(0,u.default)(r.prompts.body,p):!1,T=r.prompts.breaking?(0,u.default)("BREAKING CHANGE: "+r.prompts.breaking.trim().replace(/^BREAKING CHANGE: /,""),p):!1,D=r.prompts.issues?(0,u.default)(r.prompts.issues,p):!1;c([a,d,T,D].filter(Boolean).join(`
3
+ `).join(""))}};function G(e){return e.type.length+2+(e.scope?e.scope.length+2:0)}function S(e,s){return e.maxHeaderWidth-G(s)}function k(e){for(e=e.trim(),e.charAt(0).toLowerCase()!==e.charAt(0)&&(e=e.charAt(0).toLowerCase()+e.slice(1,e.length));e.endsWith(".");)e=e.slice(0,e.length-1);return e}function A(e){let s=e.types,r=(0,I.default)(s,function(o,c){return{name:c,hint:o.description,value:c}}),n=new b.default;return n=n.register("editor",u),{prompter(o,c){new _.Listr([{enabled:()=>{let i=(0,x.default)(process.cwd()),p=(0,L.join)(i,"COMMIT_EDITMSG");if(i)try{let t=E.default.readFileSync(p,"utf-8");if(new RegExp(/^Merge branch/).test(t))return!0}catch{}},task:async(i,p)=>{if(await p.prompt({type:"Toggle",message:"Last commit was found as merge commit do you want to skip?",initial:!0}))throw new Error("Skipping because of merge commit.")}},{task:async(i,p)=>i.prompts=await p.prompt([{type:"AutoComplete",name:"type",message:"Type of commit:",choices:r,initial:r.findIndex(t=>t.value===e.defaultType)},{type:"Input",name:"subject",message:t=>`Write a short description (max ${S(e,t)} chars):
4
+ `,initial:e.defaultSubject,required:!0,validate:t=>{let a=k(t);return a.length<=e.maxHeaderWidth&&a.length>0?!0:`Subject length must be less than or equal to ${e.maxHeaderWidth} characters. Current length is ${a.length} characters.`}},{type:"MultiSelect",name:"additional",message:"Please select additional actions.",choices:[{name:"scope",message:"add a scope"},{name:"issue",message:"resolves issues"},{name:"breaking-changes",message:"introduces breaking changes"},{name:"long-description",message:"add a long description"},{name:"skip-ci",message:"skip ci/cd setups"}]}])},{task:(i,p)=>p.newListr([{skip:t=>!t.prompts.additional.includes("scope"),task:async(t,a)=>{t.prompts.scope=await a.prompt({type:"Input",message:`Please state the scope of the change:
5
+ `,initial:e.defaultScope,format:l=>e.disableScopeLowerCase?l.trim():l.trim().toLowerCase()})}},{skip:t=>!t.prompts.additional.some(a=>["long-description"].includes(a)),task:async(t,a)=>{t.prompts.body=await a.prompt([{type:"editor",name:"default",message:`Please give a long description:
6
+ `,initial:e.defaultBody}])}},{skip:t=>!t.prompts.additional.includes("issue"),task:async(t,a)=>{t.prompts.issues=await a.prompt({type:"Input",message:`Add issue references:
7
+ `,hint:"fix #123, re #124",initial:e.defaultIssues})}},{skip:t=>!t.prompts.additional.includes("breaking-changes"),task:async(t,a)=>{t.prompts.breaking=await a.prompt({type:"editor",message:`Describe the breaking changes:
8
+ `})}}])}],{rendererOptions:{collapse:!1},rendererFallback:!1,injectWrapper:{enquirer:n}}).run().then(i=>{let p={trim:!0,cut:!1,newline:`
9
+ `,indent:"",width:e.maxLineWidth},t=i.prompts.scope?`(${i.prompts.scope})`:"",a=i.prompts.type+t+": "+i.prompts.subject;i.prompts.additional.includes("skip-ci")&&(a=a+" [skip ci]");let l=i.prompts.body?(0,f.default)(i.prompts.body,p):!1,W=i.prompts.breaking?(0,f.default)("BREAKING CHANGE: "+i.prompts.breaking.trim().replace(/^BREAKING CHANGE: /,""),p):!1,T=i.prompts.issues?(0,f.default)(i.prompts.issues,p):!1;c([a,l,W,T].filter(Boolean).join(`
10
10
 
11
- `))}).catch(()=>{console.log(x.default.yellow("Cancelled. Skipping..."))})}}}function q(){let e=H.configLoader.load()||{},t={types:e.types||W.default.types,defaultType:process.env.CZ_TYPE||e.defaultType||"fix",defaultScope:process.env.CZ_SCOPE||e.defaultScope,defaultSubject:process.env.CZ_SUBJECT||e.defaultSubject,defaultBody:process.env.CZ_BODY||e.defaultBody,defaultIssues:process.env.CZ_ISSUES||e.defaultIssues,disableScopeLowerCase:process.env.DISABLE_SCOPE_LOWERCASE||e.disableScopeLowerCase,maxHeaderWidth:process.env.CZ_MAX_HEADER_WIDTH&&parseInt(process.env.CZ_MAX_HEADER_WIDTH,10)||e.maxHeaderWidth||100,maxLineWidth:process.env.CZ_MAX_LINE_WIDTH&&parseInt(process.env.CZ_MAX_LINE_WIDTH,10)||e.maxLineWidth||100};try{require("@commitlint/load").default().then(function(n){if(n.rules){let o=n.rules["header-max-length"];typeof o=="object"&&o.length>=3&&!process.env.CZ_MAX_HEADER_WIDTH&&!e.maxHeaderWidth&&(t.maxHeaderWidth=o[2])}})}catch{}return v(t)}var X=q();module.exports=G($);0&&(module.exports={});
11
+ `))}).catch(()=>{console.log(C.default.yellow("Cancelled. Skipping..."))})}}}function N(){let e=v.configLoader.load()||{},s={types:e.types||H.default.types,defaultType:process.env.CZ_TYPE||e.defaultType||"fix",defaultScope:process.env.CZ_SCOPE||e.defaultScope,defaultSubject:process.env.CZ_SUBJECT||e.defaultSubject,defaultBody:process.env.CZ_BODY||e.defaultBody,defaultIssues:process.env.CZ_ISSUES||e.defaultIssues,disableScopeLowerCase:process.env.DISABLE_SCOPE_LOWERCASE||e.disableScopeLowerCase,maxHeaderWidth:process.env.CZ_MAX_HEADER_WIDTH&&parseInt(process.env.CZ_MAX_HEADER_WIDTH,10)||e.maxHeaderWidth||100,maxLineWidth:process.env.CZ_MAX_LINE_WIDTH&&parseInt(process.env.CZ_MAX_LINE_WIDTH,10)||e.maxLineWidth||100};try{require("@commitlint/load").default().then(function(n){if(n.rules){let o=n.rules["header-max-length"];typeof o=="object"&&o.length>=3&&!process.env.CZ_MAX_HEADER_WIDTH&&!e.maxHeaderWidth&&(s.maxHeaderWidth=o[2])}})}catch{}return A(s)}var q=N();0&&(module.exports={});
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@cenk1cenk2/cz-cc",
3
- "version": "1.5.0",
3
+ "version": "1.5.3",
4
4
  "description": "Commitizen adapter following the conventional-changelog format.",
5
- "repository": "https://github.com/cenk1cenk2/cz-cc",
5
+ "repository": "git@gitlab.kilic.dev:libraries/cz-cc.git",
6
6
  "author": "Cenk Kilic <cenk@kilic.dev>",
7
7
  "license": "MIT",
8
8
  "type": "commonjs",
@@ -13,7 +13,7 @@
13
13
  "scripts": {
14
14
  "build": "tsup-node",
15
15
  "dev:start": "tsup-node --watch",
16
- "lint": "prettier --write src/ && eslint --ext .ts,.js,.tsx,.jsx --fix src/",
16
+ "lint": "prettier --loglevel warn --write src/ && eslint --ext .ts,.js,.tsx,.jsx --fix src/",
17
17
  "lint:check": "eslint --ext .ts,.js,.tsx,.jsx src/"
18
18
  },
19
19
  "simple-git-hooks": {
@@ -39,24 +39,24 @@
39
39
  "enquirer": "^2.3.6",
40
40
  "enquirer-editor": "^1.0.0",
41
41
  "find-git-root": "^1.0.4",
42
- "listr2": "^4.0.4",
42
+ "listr2": "^4.0.5",
43
43
  "lodash.map": "^4.6.0",
44
44
  "word-wrap": "^1.2.3"
45
45
  },
46
46
  "devDependencies": {
47
- "@babel/cli": "^7.17.0",
48
- "@babel/core": "^7.17.2",
47
+ "@babel/cli": "^7.17.6",
48
+ "@babel/core": "^7.17.9",
49
49
  "@babel/preset-env": "^7.16.11",
50
- "@cenk1cenk2/eslint-config": "^2.5.6",
51
- "eslint": "^8.8.0",
50
+ "@cenk1cenk2/eslint-config": "^2.5.8",
51
+ "eslint": "^8.12.0",
52
52
  "external-editor": "^3.1.0",
53
53
  "lint-staged": "^11",
54
- "prettier": "^2.5.1",
54
+ "prettier": "^2.6.2",
55
55
  "simple-git-hooks": "^2.7.0",
56
- "tsup": "^5.11.13"
56
+ "tsup": "^5.12.5"
57
57
  },
58
58
  "optionalDependencies": {
59
- "@commitlint/load": "^16.1.0"
59
+ "@commitlint/load": "^16.2.3"
60
60
  },
61
61
  "config": {
62
62
  "commitizen": {
package/CHANGELOG.md DELETED
@@ -1,436 +0,0 @@
1
- # [1.5.0](https://github.com/cenk1cenk2/cz-cc/compare/v1.4.11...v1.5.0) (2022-02-10)
2
-
3
- ### Bug Fixes
4
-
5
- - go back to the non esm lint-staged ([999f4e9](https://github.com/cenk1cenk2/cz-cc/commit/999f4e9406b04a424e87302c7b01740eb246fbd6))
6
- - update the hint ([6275ec5](https://github.com/cenk1cenk2/cz-cc/commit/6275ec5be0ce539cc4a32f7024c581b549ff95f2))
7
- - **deps:** update dependency listr2 to ^3.13.5 ([240435e](https://github.com/cenk1cenk2/cz-cc/commit/240435efbfdfb1cb5035b0f840a96fa06362368c))
8
- - **deps:** update dependency listr2 to ^3.14.0 ([95decf1](https://github.com/cenk1cenk2/cz-cc/commit/95decf1acb681f279f172c8bda36ca5bf0fe9a22))
9
-
10
- ### Features
11
-
12
- - update build method ([20cb37a](https://github.com/cenk1cenk2/cz-cc/commit/20cb37a9bf6b2874a3cde3cc83a7952ee6f34329))
13
-
14
- ## [1.4.11](https://github.com/cenk1cenk2/cz-cc/compare/v1.4.10...v1.4.11) (2021-11-17)
15
-
16
- ### Bug Fixes
17
-
18
- - **deps:** update dependency listr2 to ^3.13.4 ([73df55e](https://github.com/cenk1cenk2/cz-cc/commit/73df55eb7f678ec6ac3c72002860f5ef60101466))
19
-
20
- ## [1.4.10](https://github.com/cenk1cenk2/cz-cc/compare/v1.4.9...v1.4.10) (2021-11-02)
21
-
22
- ### Bug Fixes
23
-
24
- - **deps:** update dependency listr2 to ^3.13.3 ([b63ac87](https://github.com/cenk1cenk2/cz-cc/commit/b63ac87627577912f32f9fd2b9307b730f4ae986))
25
-
26
- ## [1.4.9](https://github.com/cenk1cenk2/cz-cc/compare/v1.4.8...v1.4.9) (2021-10-23)
27
-
28
- ### Bug Fixes
29
-
30
- - **deps:** update dependency listr2 to ^3.13.1 ([5db444f](https://github.com/cenk1cenk2/cz-cc/commit/5db444fb218a3e58e6e2d37c9a7286e6e4b3a619))
31
-
32
- ## [1.4.8](https://github.com/cenk1cenk2/cz-cc/compare/v1.4.7...v1.4.8) (2021-10-23)
33
-
34
- ### Bug Fixes
35
-
36
- - **deps:** update dependency listr2 to ^3.13.0 ([0cce6d8](https://github.com/cenk1cenk2/cz-cc/commit/0cce6d8dec46b74ca09ed0008d6cce469cd8d72e))
37
-
38
- ## [1.4.7](https://github.com/cenk1cenk2/cz-cc/compare/v1.4.6...v1.4.7) (2021-09-23)
39
-
40
- ### Bug Fixes
41
-
42
- - **deps:** update dependency listr2 to ^3.12.2 ([fb07cf0](https://github.com/cenk1cenk2/cz-cc/commit/fb07cf06a1b70d4535f3c28b0943d03a2e1c5fea))
43
-
44
- ## [1.4.6](https://github.com/cenk1cenk2/cz-cc/compare/v1.4.5...v1.4.6) (2021-09-13)
45
-
46
- ### Bug Fixes
47
-
48
- - **deps:** update dependency listr2 to ^3.12.1 ([0639c5b](https://github.com/cenk1cenk2/cz-cc/commit/0639c5ba5db82c3bde12fc015770f41b0b1040d7))
49
-
50
- ## [1.4.5](https://github.com/cenk1cenk2/cz-cc/compare/v1.4.4...v1.4.5) (2021-09-12)
51
-
52
- ### Bug Fixes
53
-
54
- - **deps:** update dependency listr2 to ^3.12.0 ([b2a8c5f](https://github.com/cenk1cenk2/cz-cc/commit/b2a8c5f4ed2bfd87099767c1b4b74531cc4133df))
55
-
56
- ## [1.4.4](https://github.com/cenk1cenk2/cz-cc/compare/v1.4.3...v1.4.4) (2021-09-07)
57
-
58
- ### Bug Fixes
59
-
60
- - **deps:** update dependency colorette to ^1.4.0 ([7d51587](https://github.com/cenk1cenk2/cz-cc/commit/7d51587c9b027467b70560903c549be82d31b326))
61
-
62
- ## [1.4.3](https://github.com/cenk1cenk2/cz-cc/compare/v1.4.2...v1.4.3) (2021-08-31)
63
-
64
- ### Bug Fixes
65
-
66
- - **deps:** update dependency listr2 to ^3.11.1 ([b95608f](https://github.com/cenk1cenk2/cz-cc/commit/b95608ffe4c1068e85a2ae6747ef5f677233f0d9))
67
-
68
- ## [1.4.2](https://github.com/cenk1cenk2/cz-cc/compare/v1.4.1...v1.4.2) (2021-08-10)
69
-
70
- ### Bug Fixes
71
-
72
- - **deps:** update dependency colorette to ^1.3.0 ([41bb2df](https://github.com/cenk1cenk2/cz-cc/commit/41bb2dfae0bbd0141b64aec56248f16994cf724b))
73
-
74
- ## [1.4.1](https://github.com/cenk1cenk2/cz-cc/compare/v1.4.0...v1.4.1) (2021-07-22)
75
-
76
- ### Bug Fixes
77
-
78
- - **deps:** update dependency listr2 to ^3.11.0 ([59240f7](https://github.com/cenk1cenk2/cz-cc/commit/59240f727ba618fde517a8ee37fade8699f934fb))
79
-
80
- # [1.4.0](https://github.com/cenk1cenk2/cz-cc/compare/v1.3.26...v1.4.0) (2021-06-09)
81
-
82
- ### Bug Fixes
83
-
84
- - change behaviour again ([e484347](https://github.com/cenk1cenk2/cz-cc/commit/e484347ce25c1ba636c2f38eb230711e894ea5c5))
85
- - ci error ([352e6a1](https://github.com/cenk1cenk2/cz-cc/commit/352e6a17c3efa7b729e8e7b6d70654dadb57cec9))
86
- - fix issue thingy ([cacbaf9](https://github.com/cenk1cenk2/cz-cc/commit/cacbaf9dc2231ab80d6c75efe5521d8c44454174)), closes [#123](https://github.com/cenk1cenk2/cz-cc/issues/123)
87
- - hokks ([817f8da](https://github.com/cenk1cenk2/cz-cc/commit/817f8da7de6be60d2a250d08bd923932e2d53f5f))
88
- - retry ([5e798bb](https://github.com/cenk1cenk2/cz-cc/commit/5e798bba25e4ed1f32c75ff24db50efe7cdbcb68))
89
- - test again ([717f0c8](https://github.com/cenk1cenk2/cz-cc/commit/717f0c81bbb49d555f324704f0fe40232c8a7732))
90
-
91
- ### Features
92
-
93
- - updated buggy behaviour with fiex ([dfbf16c](https://github.com/cenk1cenk2/cz-cc/commit/dfbf16ce38ffa8f0dd3a27bffdd22d2c743a767f))
94
-
95
- ## [1.3.26](https://github.com/cenk1cenk2/cz-cc/compare/v1.3.25...v1.3.26) (2021-06-07)
96
-
97
- ### Bug Fixes
98
-
99
- - **deps:** update dependency listr2 to ^3.10.0 ([49f8e5c](https://github.com/cenk1cenk2/cz-cc/commit/49f8e5ca24a3d00f28c784fd430e1572066e9128))
100
-
101
- ## [1.3.25](https://github.com/cenk1cenk2/cz-cc/compare/v1.3.24...v1.3.25) (2021-05-27)
102
-
103
- ### Bug Fixes
104
-
105
- - **deps:** update dependency listr2 to ^3.9.0 ([82ac3c9](https://github.com/cenk1cenk2/cz-cc/commit/82ac3c9d1f80644abe977fa658526baa86398657))
106
-
107
- ## [1.3.24](https://github.com/cenk1cenk2/cz-cc/compare/v1.3.23...v1.3.24) (2021-05-27)
108
-
109
- ### Bug Fixes
110
-
111
- - **deps:** update dependency listr2 to ^3.8.6 ([6ac59ba](https://github.com/cenk1cenk2/cz-cc/commit/6ac59ba951cbd2aa1db908cdab568d0de29399b7))
112
-
113
- ## [1.3.23](https://github.com/cenk1cenk2/cz-cc/compare/v1.3.22...v1.3.23) (2021-05-25)
114
-
115
- ### Bug Fixes
116
-
117
- - **deps:** update dependency listr2 to ^3.8.4 ([95743bf](https://github.com/cenk1cenk2/cz-cc/commit/95743bf00189b0a90bda3fe34e649eb4c9064c01))
118
-
119
- ## [1.3.22](https://github.com/cenk1cenk2/cz-cc/compare/v1.3.21...v1.3.22) (2021-05-24)
120
-
121
- ### Bug Fixes
122
-
123
- - **deps:** update dependency listr2 to ^3.8.3 ([8bd88cf](https://github.com/cenk1cenk2/cz-cc/commit/8bd88cf90c25f928ec1a7371993a3d49764dfeea))
124
-
125
- ## [1.3.21](https://github.com/cenk1cenk2/cz-cc/compare/v1.3.20...v1.3.21) (2021-05-18)
126
-
127
- ### Bug Fixes
128
-
129
- - **deps:** update dependency commitizen to ^4.2.4 ([7d47db8](https://github.com/cenk1cenk2/cz-cc/commit/7d47db849b9d67e94c21933f256b33f7276125cb))
130
-
131
- ## [1.3.20](https://github.com/cenk1cenk2/cz-cc/compare/v1.3.19...v1.3.20) (2021-05-03)
132
-
133
- ### Bug Fixes
134
-
135
- - **deps:** update dependency listr2 to ^3.8.2 ([d0cf661](https://github.com/cenk1cenk2/cz-cc/commit/d0cf661cc084e011ca763285f10d477987045e81))
136
-
137
- ## [1.3.19](https://github.com/cenk1cenk2/cz-cc/compare/v1.3.18...v1.3.19) (2021-04-26)
138
-
139
- ### Bug Fixes
140
-
141
- - **deps:** update dependency listr2 to ^3.8.1 ([a9a9ef1](https://github.com/cenk1cenk2/cz-cc/commit/a9a9ef1212a99a7a74402448feaa3379e59e2b63))
142
-
143
- ## [1.3.18](https://github.com/cenk1cenk2/cz-cc/compare/v1.3.17...v1.3.18) (2021-04-25)
144
-
145
- ### Bug Fixes
146
-
147
- - **deps:** update dependency chalk to ^4.1.1 ([ac37f08](https://github.com/cenk1cenk2/cz-cc/commit/ac37f089d2d5ca9914935054536d2b4b5b1e974f))
148
- - **deps:** update dependency listr2 to ^3.8.0 ([87b29ab](https://github.com/cenk1cenk2/cz-cc/commit/87b29abe3899d16e9f8bbf85e54436d5ae0032d5))
149
-
150
- ## [1.3.17](https://github.com/cenk1cenk2/cz-cc/compare/v1.3.16...v1.3.17) (2021-04-19)
151
-
152
- ### Bug Fixes
153
-
154
- - **deps:** update dependency listr2 to ^3.7.1 ([0a44d73](https://github.com/cenk1cenk2/cz-cc/commit/0a44d73ef704e03b8ee1d1c048895030b2d8aa08))
155
-
156
- ## [1.3.16](https://github.com/cenk1cenk2/cz-cc/compare/v1.3.15...v1.3.16) (2021-04-18)
157
-
158
- ### Bug Fixes
159
-
160
- - **deps:** update dependency listr2 to ^3.7.0 ([b26203e](https://github.com/cenk1cenk2/cz-cc/commit/b26203e7646da17433f5d19c5ea80bd6b512e68e))
161
-
162
- ## [1.3.15](https://github.com/cenk1cenk2/cz-cc/compare/v1.3.14...v1.3.15) (2021-04-17)
163
-
164
- ### Bug Fixes
165
-
166
- - **deps:** update dependency listr2 to ^3.6.3 ([d5f55d6](https://github.com/cenk1cenk2/cz-cc/commit/d5f55d69be31b3ca6c0de6b26cb524db5f1da08e))
167
-
168
- ## [1.3.14](https://github.com/cenk1cenk2/cz-cc/compare/v1.3.13...v1.3.14) (2021-04-05)
169
-
170
- ### Bug Fixes
171
-
172
- - **deps:** update dependency listr2 to ^3.6.2 ([ad2c5c4](https://github.com/cenk1cenk2/cz-cc/commit/ad2c5c4e2fb7f7744c2f1d74d2439252f91a9cfb))
173
-
174
- ## [1.3.13](https://github.com/cenk1cenk2/cz-cc/compare/v1.3.12...v1.3.13) (2021-04-05)
175
-
176
- ### Bug Fixes
177
-
178
- - **deps:** update dependency listr2 to ^3.6.1 ([924a543](https://github.com/cenk1cenk2/cz-cc/commit/924a543f1a8253d2237390f7a49097fe3f373404))
179
-
180
- ## [1.3.12](https://github.com/cenk1cenk2/cz-cc/compare/v1.3.11...v1.3.12) (2021-04-05)
181
-
182
- ### Bug Fixes
183
-
184
- - **deps:** update dependency listr2 to ^3.6.0 ([266c74f](https://github.com/cenk1cenk2/cz-cc/commit/266c74f9aacabc6b0f03f0f6fd09fe6e8ec69f4b))
185
-
186
- ## [1.3.11](https://github.com/cenk1cenk2/cz-cc/compare/v1.3.10...v1.3.11) (2021-04-05)
187
-
188
- ### Bug Fixes
189
-
190
- - **deps:** update dependency listr2 to ^3.5.0 ([c43db41](https://github.com/cenk1cenk2/cz-cc/commit/c43db4198186b67ede43668831113a11bf04f9bc))
191
-
192
- ## [1.3.10](https://github.com/cenk1cenk2/cz-cc/compare/v1.3.9...v1.3.10) (2021-04-04)
193
-
194
- ### Bug Fixes
195
-
196
- - **deps:** update dependency listr2 to ^3.4.5 ([e216a09](https://github.com/cenk1cenk2/cz-cc/commit/e216a09e2c9a7bbc8cee0e39babd7c0b513747a4))
197
-
198
- ## [1.3.9](https://github.com/cenk1cenk2/cz-cc/compare/v1.3.8...v1.3.9) (2021-03-31)
199
-
200
- ### Bug Fixes
201
-
202
- - **deps:** update dependency listr2 to ^3.4.4 ([915c032](https://github.com/cenk1cenk2/cz-cc/commit/915c0320708584718ebb1adda56dd908a072e33d))
203
-
204
- ## [1.3.8](https://github.com/cenk1cenk2/cz-cc/compare/v1.3.7...v1.3.8) (2021-03-08)
205
-
206
- ### Bug Fixes
207
-
208
- - **deps:** update dependency listr2 to ^3.4.3 ([fa918ff](https://github.com/cenk1cenk2/cz-cc/commit/fa918ffd4041bf4328e515351a18969b03f942d8))
209
-
210
- ## [1.3.7](https://github.com/cenk1cenk2/cz-cc/compare/v1.3.6...v1.3.7) (2021-03-05)
211
-
212
- ### Bug Fixes
213
-
214
- - **deps:** update dependency listr2 to ^3.4.1 ([c8b6570](https://github.com/cenk1cenk2/cz-cc/commit/c8b65709b37e53d948024995bf5b1016a5515885))
215
-
216
- ## [1.3.6](https://github.com/cenk1cenk2/cz-cc/compare/v1.3.5...v1.3.6) (2021-03-05)
217
-
218
- ### Bug Fixes
219
-
220
- - **deps:** update dependency listr2 to ^3.4.0 ([3d6ce5e](https://github.com/cenk1cenk2/cz-cc/commit/3d6ce5ed77fb5f97cf73bcb4b350c60aa9deaf77))
221
-
222
- ## [1.3.5](https://github.com/cenk1cenk2/cz-cc/compare/v1.3.4...v1.3.5) (2021-02-27)
223
-
224
- ### Bug Fixes
225
-
226
- - **deps:** update dependency listr2 to ^3.3.4 ([14b31a5](https://github.com/cenk1cenk2/cz-cc/commit/14b31a5a90a286d496078ebcc7a1a8f3e7c7456c))
227
-
228
- ## [1.3.4](https://github.com/cenk1cenk2/cz-cc/compare/v1.3.3...v1.3.4) (2021-02-23)
229
-
230
- ### Bug Fixes
231
-
232
- - **deps:** update dependency listr2 to ^3.3.3 ([eb14cc4](https://github.com/cenk1cenk2/cz-cc/commit/eb14cc4e7eebc87afc46d705e035a5265b61d882))
233
-
234
- ## [1.3.3](https://github.com/cenk1cenk2/cz-cc/compare/v1.3.2...v1.3.3) (2021-02-21)
235
-
236
- ### Bug Fixes
237
-
238
- - **deps:** update dependency listr2 to ^3.3.2 ([a3ff1e2](https://github.com/cenk1cenk2/cz-cc/commit/a3ff1e2c715da1f6365b81e1a6c87dc628499dbd))
239
-
240
- ## [1.3.2](https://github.com/cenk1cenk2/cz-cc/compare/v1.3.1...v1.3.2) (2021-01-31)
241
-
242
- ### Bug Fixes
243
-
244
- - **deps:** update dependency listr2 to ^3.3.1 ([82fe174](https://github.com/cenk1cenk2/cz-cc/commit/82fe174a757a4ab2832ba88383ff68f4cd45daef))
245
-
246
- ## [1.3.1](https://github.com/cenk1cenk2/cz-cc/compare/v1.3.0...v1.3.1) (2021-01-20)
247
-
248
- ### Bug Fixes
249
-
250
- - **deps:** update dependency commitizen to ^4.2.3 ([90d36b8](https://github.com/cenk1cenk2/cz-cc/commit/90d36b829f2fd3f59d88d62cc4dc9dfee46d5f62))
251
- - **deps:** update dependency listr2 to ^3.3.0 ([efec7aa](https://github.com/cenk1cenk2/cz-cc/commit/efec7aa8d1ece1e372a950918e697cbbe11cdd65))
252
-
253
- # [1.3.0](https://github.com/cenk1cenk2/cz-cc/compare/v1.2.8...v1.3.0) (2020-12-12)
254
-
255
- ### Features
256
-
257
- - update long description requirements and add skip-ci option ([98176a3](https://github.com/cenk1cenk2/cz-cc/commit/98176a3646dad33bf86368e1ce1f9a3192828506))
258
-
259
- ## [1.2.8](https://github.com/cenk1cenk2/cz-cc/compare/v1.2.7...v1.2.8) (2020-11-26)
260
-
261
- ### Bug Fixes
262
-
263
- - **deps:** update dependency listr2 to ^3.2.3 ([1527a4f](https://github.com/cenk1cenk2/cz-cc/commit/1527a4fb5740c74772ab51bff619094e183bd9ac))
264
-
265
- ## [1.2.7](https://github.com/cenk1cenk2/cz-cc/compare/v1.2.6...v1.2.7) (2020-10-26)
266
-
267
- ### Bug Fixes
268
-
269
- - **deps:** update dependency listr2 to ^3.2.2 ([f519f1d](https://github.com/cenk1cenk2/cz-cc/commit/f519f1da5c97e80d68579327b1bd480c3f341e24))
270
-
271
- ## [1.2.6](https://github.com/cenk1cenk2/cz-cc/compare/v1.2.5...v1.2.6) (2020-10-24)
272
-
273
- ### Bug Fixes
274
-
275
- - **deps:** update dependency listr2 to ^3.2.1 ([91870fb](https://github.com/cenk1cenk2/cz-cc/commit/91870fbab60e2d6e40f384c408b5607187a30cdb))
276
-
277
- ## [1.2.5](https://github.com/cenk1cenk2/cz-cc/compare/v1.2.4...v1.2.5) (2020-10-24)
278
-
279
- ### Bug Fixes
280
-
281
- - **deps:** update dependency commitizen to ^4.2.2 ([05d832e](https://github.com/cenk1cenk2/cz-cc/commit/05d832ea25db386ba0dcf9595a6a68e75e0ef762))
282
- - **deps:** update dependency listr2 to ^3.2.0 ([4d9cb89](https://github.com/cenk1cenk2/cz-cc/commit/4d9cb89bb02b961c646dd19d8678e49f5cfeb89c))
283
-
284
- ## [1.2.4](https://github.com/cenk1cenk2/cz-cc/compare/v1.2.3...v1.2.4) (2020-09-22)
285
-
286
- ### Bug Fixes
287
-
288
- - **deps:** update dependency listr2 to ^3.1.1 ([4c4ad43](https://github.com/cenk1cenk2/cz-cc/commit/4c4ad4317174cc18a5c5efac7adf42de9e6fd7d2))
289
-
290
- ## [1.2.3](https://github.com/cenk1cenk2/cz-cc/compare/v1.2.2...v1.2.3) (2020-09-20)
291
-
292
- ### Bug Fixes
293
-
294
- - **deps:** update dependency listr2 to ^3.1.0 ([268c040](https://github.com/cenk1cenk2/cz-cc/commit/268c0401217de36a2da5b666a06fb1f6b7a5ff52))
295
-
296
- ## [1.2.2](https://github.com/cenk1cenk2/cz-cc/compare/v1.2.1...v1.2.2) (2020-09-05)
297
-
298
- ### Bug Fixes
299
-
300
- - **deps:** update dependency listr2 to ^3.0.1 ([0f83604](https://github.com/cenk1cenk2/cz-cc/commit/0f8360429e97d7f232f847c2b5418f9e5562c9b3))
301
-
302
- ## [1.2.1](https://github.com/cenk1cenk2/cz-cc/compare/v1.2.0...v1.2.1) (2020-09-04)
303
-
304
- ### Bug Fixes
305
-
306
- - **deps:** update dependency listr2 to v3 ([60ddba6](https://github.com/cenk1cenk2/cz-cc/commit/60ddba6eb31f87aaf4ccd6b330d3973ecb195206))
307
-
308
- # [1.2.0](https://github.com/cenk1cenk2/cz-cc/compare/v1.1.5...v1.2.0) (2020-09-04)
309
-
310
- ### Features
311
-
312
- - clened up the interface fixed the bug with listr prompt ([2374396](https://github.com/cenk1cenk2/cz-cc/commit/23743963ae0006c4939367384452bb04f4fed568))
313
-
314
- ## [1.1.5](https://github.com/cenk1cenk2/cz-cc/compare/v1.1.4...v1.1.5) (2020-08-29)
315
-
316
- ### Bug Fixes
317
-
318
- - **deps:** update dependency listr2 to ^2.6.2 ([11a9c7f](https://github.com/cenk1cenk2/cz-cc/commit/11a9c7f6c2a22ff9d88ed13cb0858f738d866792))
319
-
320
- ## [1.1.4](https://github.com/cenk1cenk2/cz-cc/compare/v1.1.3...v1.1.4) (2020-08-27)
321
-
322
- ### Bug Fixes
323
-
324
- - **deps:** update dependency commitizen to ^4.1.3 ([d424aae](https://github.com/cenk1cenk2/cz-cc/commit/d424aae6eecffd9bef490cda6bae290b666e232e))
325
- - **deps:** update dependency commitizen to ^4.1.5 ([b091bb6](https://github.com/cenk1cenk2/cz-cc/commit/b091bb674d7d9b292c5c6fc9a34e7fe62fb0860c))
326
- - **deps:** update dependency commitizen to ^4.2.0 ([2ff3f60](https://github.com/cenk1cenk2/cz-cc/commit/2ff3f60f576990e387f0df1d769ab4536f8daaa2))
327
- - **deps:** update dependency commitizen to ^4.2.1 ([81e8fbc](https://github.com/cenk1cenk2/cz-cc/commit/81e8fbca4ec961257a38b40fcc659108145ffec3))
328
- - **deps:** update dependency listr2 to ^2.6.1 ([d453715](https://github.com/cenk1cenk2/cz-cc/commit/d453715da14995b5ac8bdecb5a67b68cbdd676e1))
329
-
330
- ## [1.1.3](https://github.com/cenk1cenk2/cz-cc/compare/v1.1.2...v1.1.3) (2020-08-16)
331
-
332
- ### Bug Fixes
333
-
334
- - **deps:** update dependency listr2 to ^2.6.0 ([da9b2a1](https://github.com/cenk1cenk2/cz-cc/commit/da9b2a17813d425f2afba67bec67691b35048897))
335
-
336
- ## [1.1.2](https://github.com/cenk1cenk2/cz-cc/compare/v1.1.1...v1.1.2) (2020-08-10)
337
-
338
- ### Bug Fixes
339
-
340
- - **deps:** update dependency listr2 to ^2.5.1 ([b0f44d0](https://github.com/cenk1cenk2/cz-cc/commit/b0f44d0cfda9f7c21e6222c39652ef95a16cc612))
341
-
342
- ## [1.1.1](https://github.com/cenk1cenk2/cz-cc/compare/v1.1.0...v1.1.1) (2020-08-10)
343
-
344
- ### Bug Fixes
345
-
346
- - bump listr2 dep before renovate ([a509411](https://github.com/cenk1cenk2/cz-cc/commit/a509411b86bda40d01dfd7b5cc4a50383ad1d059))
347
-
348
- # [1.1.0](https://github.com/cenk1cenk2/cz-cc/compare/v1.0.5...v1.1.0) (2020-08-10)
349
-
350
- ### Bug Fixes
351
-
352
- - test ([11e7f8f](https://github.com/cenk1cenk2/cz-cc/commit/11e7f8fd81cd42877667c49f507cab9efe36c20c))
353
- - **[object Object]:** added fixes to merge commit back ([aad0084](https://github.com/cenk1cenk2/cz-cc/commit/aad00843e478428fd1778a237d9fbe8d1d15528b))
354
- - **[object Object]:** test ([2d1da90](https://github.com/cenk1cenk2/cz-cc/commit/2d1da90c01fdc3eb0b32b53a7c3d2e9a7d8ab709))
355
- - **[object Object]:** test ([cf6eef6](https://github.com/cenk1cenk2/cz-cc/commit/cf6eef6bf07632709cd2c5f3399fb84f5b674d17))
356
- - fix commit message ([22334eb](https://github.com/cenk1cenk2/cz-cc/commit/22334eb0f5a009508fbae24693309439a274e993))
357
- - fixed example ([a76693f](https://github.com/cenk1cenk2/cz-cc/commit/a76693ff2317ac20a6b460dec281c2ed0d7f78f7))
358
- - test ([734a6be](https://github.com/cenk1cenk2/cz-cc/commit/734a6be6cad4a65c533556b16ab8b1e60fe72088))
359
- - test ([9a84642](https://github.com/cenk1cenk2/cz-cc/commit/9a8464226bd368edbb036d711d6448c3962ba5de))
360
-
361
- ### Features
362
-
363
- - made the interface clean with editor ([03a5326](https://github.com/cenk1cenk2/cz-cc/commit/03a5326c0fd2aaf3a064504b665e39a8af023289))
364
-
365
- ## [1.0.5](https://github.com/cenk1cenk2/cz-cc/compare/v1.0.4...v1.0.5) (2020-07-29)
366
-
367
- ### Bug Fixes
368
-
369
- - **deps:** update dependency listr2 to ^2.4.1 ([6413ddc](https://github.com/cenk1cenk2/cz-cc/commit/6413ddcac49e21c4672ed3cee1959e6d2eb402fd))
370
-
371
- ## [1.0.4](https://github.com/cenk1cenk2/cz-cc/compare/v1.0.3...v1.0.4) (2020-07-27)
372
-
373
- ### Bug Fixes
374
-
375
- - **deps:** update dependency listr2 to ^2.3.5 ([b7063f7](https://github.com/cenk1cenk2/cz-cc/commit/b7063f73e3b13688e3dbe91fe0b6e5a54a25850b))
376
- - **deps:** update dependency listr2 to ^2.3.6 ([b3f8296](https://github.com/cenk1cenk2/cz-cc/commit/b3f8296d8d225c243da42ef56870033bd98dbd4a))
377
- - **deps:** update dependency listr2 to ^2.4.0 ([3f9763b](https://github.com/cenk1cenk2/cz-cc/commit/3f9763b6b7085c2ce958705251c232f1a6b669f6))
378
-
379
- ## [1.0.3](https://github.com/cenk1cenk2/cz-cc/compare/v1.0.2...v1.0.3) (2020-07-26)
380
-
381
- ### Bug Fixes
382
-
383
- - **deps:** update all minor dependency updates ([61f51e1](https://github.com/cenk1cenk2/cz-cc/commit/61f51e10984da6d059a80328282d8bc595780525))
384
-
385
- ## [1.0.2](https://github.com/cenk1cenk2/cz-cc/compare/v1.0.1...v1.0.2) (2020-07-26)
386
-
387
- ### Bug Fixes
388
-
389
- - update readme ([81385a6](https://github.com/cenk1cenk2/cz-cc/commit/81385a613587470a1bc5d6838049aebc43f34e51))
390
-
391
- ## [1.0.1](https://github.com/cenk1cenk2/cz-cc/compare/v1.0.0...v1.0.1) (2020-07-26)
392
-
393
- ### Bug Fixes
394
-
395
- - publish access to public ([c3d65a1](https://github.com/cenk1cenk2/cz-cc/commit/c3d65a17998b020e25644c508f110e0da2f8c9c0))
396
-
397
- # 1.0.0 (2020-07-26)
398
-
399
- ### Bug Fixes
400
-
401
- - clean up readme ([cf3be63](https://github.com/cenk1cenk2/cz-cc/commit/cf3be6303262d6ae3b980dad7e4f0808b498a922))
402
- - remove dist with ignore ([ccd39c6](https://github.com/cenk1cenk2/cz-cc/commit/ccd39c60d98a7426d9564919e77b3374e5487268))
403
- - **adapter:** Fix typo in etc. ([39182b8](https://github.com/cenk1cenk2/cz-cc/commit/39182b81bfe5fcc001466dbe2b58ba8ca622f920))
404
- - **build:** Add proper deps, force republish to make sure things are working ([922097b](https://github.com/cenk1cenk2/cz-cc/commit/922097b4e45ea1ce5dcb6ae5811038da9aade1a8))
405
- - **build:** Automatic releases!!! ✨ ([114f967](https://github.com/cenk1cenk2/cz-cc/commit/114f967a22c86eb35a17cdde5487a8ae6331a698))
406
- - **commit:** Remove es6 string syntax (backticks) ([7f922f2](https://github.com/cenk1cenk2/cz-cc/commit/7f922f2140e09067e16f63e06da3f8878702d5d8))
407
- - **commit:** remove parentheses when there is no scope present ([55f72b9](https://github.com/cenk1cenk2/cz-cc/commit/55f72b9dea9dd3938ef0810cbc9dec54a4d13e34))
408
- - **config-loader:** captured the direct dependency on commitizen for the use of the config loader ([#90](https://github.com/cenk1cenk2/cz-cc/issues/90)) ([4b23bbc](https://github.com/cenk1cenk2/cz-cc/commit/4b23bbce0ce76b4b0f695a1d867f657b851b48f3)), closes [#89](https://github.com/cenk1cenk2/cz-cc/issues/89)
409
- - **defaultValues:** Added fallback for optional default values ([#99](https://github.com/cenk1cenk2/cz-cc/issues/99)) ([2aae317](https://github.com/cenk1cenk2/cz-cc/commit/2aae31746884b0445fee25abbd3dfd974778a007))
410
- - **internal:** adding a commit ([f867794](https://github.com/cenk1cenk2/cz-cc/commit/f86779412fd1a970fcc0bd018b5902b30124d500))
411
- - **prompter:** resolve issue with new inquirer api ([#18](https://github.com/cenk1cenk2/cz-cc/issues/18)) ([807b4e5](https://github.com/cenk1cenk2/cz-cc/commit/807b4e5ddf79348b717f71961c9bee04a037b02b))
412
- - **require:** get rid of relative path to the word-wrap ([e98818a](https://github.com/cenk1cenk2/cz-cc/commit/e98818a229bad67f9003e58d78eb5722cbbe187c)), closes [#4](https://github.com/cenk1cenk2/cz-cc/issues/4)
413
- - **scope:** test ([e0bd9f9](https://github.com/cenk1cenk2/cz-cc/commit/e0bd9f9508b91fd90f5c4c9977af14f88940803f))
414
- - description ([7e90934](https://github.com/cenk1cenk2/cz-cc/commit/7e909348c11f24f8248bf48b68e66607281ec125))
415
- - **some-scope:** test fix ([0ea207e](https://github.com/cenk1cenk2/cz-cc/commit/0ea207e80947c698da31a292440d090013a85ebc))
416
- - remove pre-node 10 support ([#86](https://github.com/cenk1cenk2/cz-cc/issues/86)) ([76588ad](https://github.com/cenk1cenk2/cz-cc/commit/76588adc6eb0c09f684dd9f7359c12492ee69d81))
417
- - Update conventional-commit-types to the latest version 🚀 ([#105](https://github.com/cenk1cenk2/cz-cc/issues/105)) ([5a371c1](https://github.com/cenk1cenk2/cz-cc/commit/5a371c1de7520d18e47705166b5f0574794d094f))
418
- - update longest to ^2 ([#88](https://github.com/cenk1cenk2/cz-cc/issues/88)) ([7234529](https://github.com/cenk1cenk2/cz-cc/commit/7234529b651b396716dfd015631f188524ee4e06))
419
- - **wrapping:** Fix fields to wrap instead of truncate at 100 characters ([c7b7e11](https://github.com/cenk1cenk2/cz-cc/commit/c7b7e11d969c360b5ea09bb90752dd836d421fc6)), closes [commitizen/cz-cli#4](https://github.com/commitizen/cz-cli/issues/4)
420
-
421
- ### Features
422
-
423
- - **engine:** add support for disableScopeLowerCase ([#96](https://github.com/cenk1cenk2/cz-cc/issues/96)) ([e7bd546](https://github.com/cenk1cenk2/cz-cc/commit/e7bd5462966d00acb03aca394836b5427513681c))
424
- - **types:** add suport for custom types ([#104](https://github.com/cenk1cenk2/cz-cc/issues/104)) ([aae2548](https://github.com/cenk1cenk2/cz-cc/commit/aae2548e682683d8637d0ee58bd4e8f320ba3a11))
425
- - add default values to options ([#69](https://github.com/cenk1cenk2/cz-cc/issues/69)) ([65d6a9f](https://github.com/cenk1cenk2/cz-cc/commit/65d6a9f935318398ea120da406d76b78498ca632))
426
- - implement configuration through package.json ([#75](https://github.com/cenk1cenk2/cz-cc/issues/75)) ([3398c02](https://github.com/cenk1cenk2/cz-cc/commit/3398c02207b42133691dac8be21257ee28a0ac4c))
427
- - **adapter:** Create initial commit. ([4e8da01](https://github.com/cenk1cenk2/cz-cc/commit/4e8da01be0869a4ef61545b851c0290c41a96fb8))
428
- - **adapter:** refactor to engine, default to conventional commit types ([c8452d1](https://github.com/cenk1cenk2/cz-cc/commit/c8452d1c59b233181fbd6fd295c4d8f16dec6c35)), closes [#29](https://github.com/cenk1cenk2/cz-cc/issues/29)
429
- - **adapter:** Split breaking changes into separate question ([#44](https://github.com/cenk1cenk2/cz-cc/issues/44)) ([2d78e1d](https://github.com/cenk1cenk2/cz-cc/commit/2d78e1d442cc18ea276e05e7ba8259615b3c3ddc)), closes [#17](https://github.com/cenk1cenk2/cz-cc/issues/17)
430
- - **prompt:** add confirmation fields + edit for clarity ([#58](https://github.com/cenk1cenk2/cz-cc/issues/58)) ([d40ac2c](https://github.com/cenk1cenk2/cz-cc/commit/d40ac2c5a0021a2c6faa7b8471a3003213a2c7ef)), closes [#52](https://github.com/cenk1cenk2/cz-cc/issues/52)
431
-
432
- ### BREAKING CHANGES
433
-
434
- - some changes more
435
- - Node 10 is LTS so please upgrade to it.
436
- - **adapter:** Breaking changes now automatically include the "BREAKING CHANGE: " prefix.