-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(changelog):
changelog
command does not working
Error: - If commits are not in the `commitlint` format they are not included. Although there have been commits that are following the format, the `CHANGELOG.md` file is empty after running the `npm run changelog` command.
- Loading branch information
1 parent
43ea1d0
commit 7dfd698
Showing
1 changed file
with
2 additions
and
124 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,130 +1,8 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. | ||
|
||
### 0.1.1 (2022-08-16) | ||
|
||
|
||
### Features | ||
|
||
* **button:** click on the edit button to execute `editTaskName()` ([138ea37](https://github.com/beatrizsmerino/vue-todolist/commit/138ea37ef980b3444f24893678c7cc58db5f87b3)), closes [#263](https://github.com/beatrizsmerino/vue-todolist/issues/263) | ||
* **button:** close modal after save the task name ([8f25c39](https://github.com/beatrizsmerino/vue-todolist/commit/8f25c39f75d2f36331498e23dcf9a998d79201d3)), closes [#263](https://github.com/beatrizsmerino/vue-todolist/issues/263) | ||
* **button:** create html and css for the edit button ([e7f0bab](https://github.com/beatrizsmerino/vue-todolist/commit/e7f0babe35bf2873f29284876418cfcfc8dd0c1d)), closes [#263](https://github.com/beatrizsmerino/vue-todolist/issues/263) | ||
* **config:** add `husky` package and configuration ([70205bf](https://github.com/beatrizsmerino/vue-todolist/commit/70205bf14bd31837e6b6dbabb3d286bdfdde0344)) | ||
* **config:** add `stylelint` setting for format and fix errors css/scss styles ([f9e5380](https://github.com/beatrizsmerino/vue-todolist/commit/f9e538096299056809b1291c10242469c0f95d60)) | ||
* **config:** add package and configuration of `conventional-changelog-cli` ([69ba05f](https://github.com/beatrizsmerino/vue-todolist/commit/69ba05ff8c5e19dae7154c36aeea2c738f3cb163)) | ||
* **config:** add package and configuration of `lint-staged` ([e1f2d81](https://github.com/beatrizsmerino/vue-todolist/commit/e1f2d81b402d52e97ccaafd15a31f80eb0fd5a0f)) | ||
* **config:** add the configuration for `commitizen` ([3b05343](https://github.com/beatrizsmerino/vue-todolist/commit/3b053433de7d9de54f71ed57747d5b951e4bdbe9)) | ||
* **config:** add the configuration for `cz-emoji` ([af361f1](https://github.com/beatrizsmerino/vue-todolist/commit/af361f1056f991b905958d23136364915e732bc6)) | ||
* **config:** add the conventional configuration for `commitlint` ([f949442](https://github.com/beatrizsmerino/vue-todolist/commit/f949442aebf0bc629ab1310d610106bb735b5c25)) | ||
* **config:** add the file that ignore the prettier configuration ([0c032a4](https://github.com/beatrizsmerino/vue-todolist/commit/0c032a4410c2fbeeb3db150bd75fd276d1896fcf)) | ||
* **config:** change the command `npm test` to `npm run lint` on the `pre-commit` file ([c952034](https://github.com/beatrizsmerino/vue-todolist/commit/c952034c669079fa7ef031ec5b698083add3adf6)) | ||
* **config:** check if the commit message is a conventional commit ([d8bfa38](https://github.com/beatrizsmerino/vue-todolist/commit/d8bfa383db32771056f9c471e730f025a7c6ad34)) | ||
* **config:** created husky configuration file for test ([8499bc4](https://github.com/beatrizsmerino/vue-todolist/commit/8499bc45268ce2d1591bc0c2f4be5c05dd4c2a05)) | ||
* **config:** install dependencies globally and using `package.json` ([68bb998](https://github.com/beatrizsmerino/vue-todolist/commit/68bb998291dfa51536b17ff76b204294b34928cb)) | ||
* **config:** remove `pre-receive` hook and add `commit-msg` hook ([8a0e4dc](https://github.com/beatrizsmerino/vue-todolist/commit/8a0e4dc749b63d4034f4f4cc86113755e03f29bc)) | ||
* **config:** update `prettier` configuration ([39daa57](https://github.com/beatrizsmerino/vue-todolist/commit/39daa570632211d73bb8d4e9d2fb38d7a1ce6f6d)) | ||
* **config:** update the `eslint` configuration ([2d348dc](https://github.com/beatrizsmerino/vue-todolist/commit/2d348dcf88e48709fc46b26105e35aa0b2921163)) | ||
* **form:** create form for update the task name ([1511c79](https://github.com/beatrizsmerino/vue-todolist/commit/1511c794027265e9838e68e0b19f6db4b3827703)), closes [#263](https://github.com/beatrizsmerino/vue-todolist/issues/263) | ||
* **icon:** add the `faEdit` icon from the `FontAwesome` library ([ec550c8](https://github.com/beatrizsmerino/vue-todolist/commit/ec550c8f81f9039434fad06ca1cdc64913afb100)), closes [#263](https://github.com/beatrizsmerino/vue-todolist/issues/263) | ||
* **modal:** create modal with the name of the task selected ([2713c00](https://github.com/beatrizsmerino/vue-todolist/commit/2713c0084cec57c071d55c5fc57d70c76b2ade9b)), closes [#263](https://github.com/beatrizsmerino/vue-todolist/issues/263) | ||
* **scss:** add the mixin 'media' and the variables 'breakpoints' for use media queries ([43cb831](https://github.com/beatrizsmerino/vue-todolist/commit/43cb831c4c79286cf85f6da9553aa6de6ae7df31)), closes [#260](https://github.com/beatrizsmerino/vue-todolist/issues/260) | ||
* use an icon instead text for the button that show the Local Storage message ([7356f41](https://github.com/beatrizsmerino/vue-todolist/commit/7356f41b3f3fd2ebc63c31b3cab1df30b7cbf232)), closes [#261](https://github.com/beatrizsmerino/vue-todolist/issues/261) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **config:** `eslint-loader` package is deprecated ([4025682](https://github.com/beatrizsmerino/vue-todolist/commit/4025682d3b81c807452b9c60664870c42dbd9fa0)) | ||
* **config:** many configuration files for `commitlint`, `commitzen` and `cz-emoji` ([2b490d9](https://github.com/beatrizsmerino/vue-todolist/commit/2b490d983187233165a4dd50936e1517df487b37)) | ||
* **config:** the command `npm run install` does not install the packages globally ([a0ec440](https://github.com/beatrizsmerino/vue-todolist/commit/a0ec440a812cd190f7f7f9a35c6bda985b6f977c)) | ||
* confused status of task done ([6d43f7e](https://github.com/beatrizsmerino/vue-todolist/commit/6d43f7e5893ce12c52da10e1ffb65ed9301c191e)), closes [#262](https://github.com/beatrizsmerino/vue-todolist/issues/262) | ||
* **eslint:** get errors when format `preinstall-global-dependencies.js` file ([b67277f](https://github.com/beatrizsmerino/vue-todolist/commit/b67277f0c5d41d2b92a05b09c4bdb5e46b3869b5)) | ||
* **scss:** lost file content with breakpoints variables ([383012a](https://github.com/beatrizsmerino/vue-todolist/commit/383012aa07ee8362e1336725ab53417c01d329db)), closes [#260](https://github.com/beatrizsmerino/vue-todolist/issues/260) | ||
* small line-height of Local Storage message ([7b5976e](https://github.com/beatrizsmerino/vue-todolist/commit/7b5976eeeb3c725aa120208764b7640067375aed)), closes [#259](https://github.com/beatrizsmerino/vue-todolist/issues/259) | ||
* **task:** sometimes the modal of the task, which is being edited, does not open ([ae22125](https://github.com/beatrizsmerino/vue-todolist/commit/ae22125c932b7797eef2caba7f1bb9e6fb0b8cdc)), closes [#263](https://github.com/beatrizsmerino/vue-todolist/issues/263) | ||
* update 'font-size' of 'PageTitle' component for mobile version ([edb11f2](https://github.com/beatrizsmerino/vue-todolist/commit/edb11f29b903e5ce29f6ac5f04d25f90de00c301)), closes [#260](https://github.com/beatrizsmerino/vue-todolist/issues/260) | ||
* update sizes of 'TaskNew' component for mobile version ([05d0e37](https://github.com/beatrizsmerino/vue-todolist/commit/05d0e379b1d2f1e8b5b42f0ae181ec914f30029a)), closes [#260](https://github.com/beatrizsmerino/vue-todolist/issues/260) | ||
* update sizes of 'UIMessage' component for mobile version ([49bf984](https://github.com/beatrizsmerino/vue-todolist/commit/49bf9848ae164c543f1525d82f0ab9d03a2cb465)), closes [#260](https://github.com/beatrizsmerino/vue-todolist/issues/260) | ||
* update styles of the 'body' tag html for the mobile version ([492cd40](https://github.com/beatrizsmerino/vue-todolist/commit/492cd405d3961c87e9308422b5e52c41fd3e99b0)), closes [#260](https://github.com/beatrizsmerino/vue-todolist/issues/260) | ||
|
||
# [0.1.0](https://github.com/beatrizsmerino/vue-todolist/compare/3.1.0...0.1.0) (2022-08-16) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **config:** `eslint-loader` package is deprecated ([4025682](https://github.com/beatrizsmerino/vue-todolist/commit/4025682d3b81c807452b9c60664870c42dbd9fa0)) | ||
* **config:** many configuration files for `commitlint`, `commitzen` and `cz-emoji` ([2b490d9](https://github.com/beatrizsmerino/vue-todolist/commit/2b490d983187233165a4dd50936e1517df487b37)) | ||
* **config:** the command `npm run install` does not install the packages globally ([a0ec440](https://github.com/beatrizsmerino/vue-todolist/commit/a0ec440a812cd190f7f7f9a35c6bda985b6f977c)) | ||
* **eslint:** get errors when format `preinstall-global-dependencies.js` file ([b67277f](https://github.com/beatrizsmerino/vue-todolist/commit/b67277f0c5d41d2b92a05b09c4bdb5e46b3869b5)) | ||
|
||
|
||
### Features | ||
|
||
* **config:** add `husky` package and configuration ([70205bf](https://github.com/beatrizsmerino/vue-todolist/commit/70205bf14bd31837e6b6dbabb3d286bdfdde0344)) | ||
* **config:** add `stylelint` setting for format and fix errors css/scss styles ([f9e5380](https://github.com/beatrizsmerino/vue-todolist/commit/f9e538096299056809b1291c10242469c0f95d60)) | ||
* **config:** add package and configuration of `lint-staged` ([e1f2d81](https://github.com/beatrizsmerino/vue-todolist/commit/e1f2d81b402d52e97ccaafd15a31f80eb0fd5a0f)) | ||
* **config:** add the configuration for `commitizen` ([3b05343](https://github.com/beatrizsmerino/vue-todolist/commit/3b053433de7d9de54f71ed57747d5b951e4bdbe9)) | ||
* **config:** add the configuration for `cz-emoji` ([af361f1](https://github.com/beatrizsmerino/vue-todolist/commit/af361f1056f991b905958d23136364915e732bc6)) | ||
* **config:** add the conventional configuration for `commitlint` ([f949442](https://github.com/beatrizsmerino/vue-todolist/commit/f949442aebf0bc629ab1310d610106bb735b5c25)) | ||
* **config:** add the file that ignore the prettier configuration ([0c032a4](https://github.com/beatrizsmerino/vue-todolist/commit/0c032a4410c2fbeeb3db150bd75fd276d1896fcf)) | ||
* **config:** change the command `npm test` to `npm run lint` on the `pre-commit` file ([c952034](https://github.com/beatrizsmerino/vue-todolist/commit/c952034c669079fa7ef031ec5b698083add3adf6)) | ||
* **config:** check if the commit message is a conventional commit ([d8bfa38](https://github.com/beatrizsmerino/vue-todolist/commit/d8bfa383db32771056f9c471e730f025a7c6ad34)) | ||
* **config:** created husky configuration file for test ([8499bc4](https://github.com/beatrizsmerino/vue-todolist/commit/8499bc45268ce2d1591bc0c2f4be5c05dd4c2a05)) | ||
* **config:** install dependencies globally and using `package.json` ([68bb998](https://github.com/beatrizsmerino/vue-todolist/commit/68bb998291dfa51536b17ff76b204294b34928cb)) | ||
* **config:** remove `pre-receive` hook and add `commit-msg` hook ([8a0e4dc](https://github.com/beatrizsmerino/vue-todolist/commit/8a0e4dc749b63d4034f4f4cc86113755e03f29bc)) | ||
* **config:** update `prettier` configuration ([39daa57](https://github.com/beatrizsmerino/vue-todolist/commit/39daa570632211d73bb8d4e9d2fb38d7a1ce6f6d)) | ||
* **config:** update the `eslint` configuration ([2d348dc](https://github.com/beatrizsmerino/vue-todolist/commit/2d348dcf88e48709fc46b26105e35aa0b2921163)) | ||
|
||
|
||
|
||
# [0.1.0](https://github.com/beatrizsmerino/vue-todolist/compare/3.1.0...0.1.0) (2022-08-16) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **config:** `eslint-loader` package is deprecated ([4025682](https://github.com/beatrizsmerino/vue-todolist/commit/4025682d3b81c807452b9c60664870c42dbd9fa0)) | ||
* **config:** many configuration files for `commitlint`, `commitzen` and `cz-emoji` ([2b490d9](https://github.com/beatrizsmerino/vue-todolist/commit/2b490d983187233165a4dd50936e1517df487b37)) | ||
* **config:** the command `npm run install` does not install the packages globally ([a0ec440](https://github.com/beatrizsmerino/vue-todolist/commit/a0ec440a812cd190f7f7f9a35c6bda985b6f977c)) | ||
* confused status of task done ([6d43f7e](https://github.com/beatrizsmerino/vue-todolist/commit/6d43f7e5893ce12c52da10e1ffb65ed9301c191e)), closes [#262](https://github.com/beatrizsmerino/vue-todolist/issues/262) | ||
* **eslint:** get errors when format `preinstall-global-dependencies.js` file ([b67277f](https://github.com/beatrizsmerino/vue-todolist/commit/b67277f0c5d41d2b92a05b09c4bdb5e46b3869b5)) | ||
* **scss:** lost file content with breakpoints variables ([383012a](https://github.com/beatrizsmerino/vue-todolist/commit/383012aa07ee8362e1336725ab53417c01d329db)), closes [#260](https://github.com/beatrizsmerino/vue-todolist/issues/260) | ||
* small line-height of Local Storage message ([7b5976e](https://github.com/beatrizsmerino/vue-todolist/commit/7b5976eeeb3c725aa120208764b7640067375aed)), closes [#259](https://github.com/beatrizsmerino/vue-todolist/issues/259) | ||
* **task:** sometimes the modal of the task, which is being edited, does not open ([ae22125](https://github.com/beatrizsmerino/vue-todolist/commit/ae22125c932b7797eef2caba7f1bb9e6fb0b8cdc)), closes [#263](https://github.com/beatrizsmerino/vue-todolist/issues/263) | ||
* update 'font-size' of 'PageTitle' component for mobile version ([edb11f2](https://github.com/beatrizsmerino/vue-todolist/commit/edb11f29b903e5ce29f6ac5f04d25f90de00c301)), closes [#260](https://github.com/beatrizsmerino/vue-todolist/issues/260) | ||
* update sizes of 'TaskNew' component for mobile version ([05d0e37](https://github.com/beatrizsmerino/vue-todolist/commit/05d0e379b1d2f1e8b5b42f0ae181ec914f30029a)), closes [#260](https://github.com/beatrizsmerino/vue-todolist/issues/260) | ||
* update sizes of 'UIMessage' component for mobile version ([49bf984](https://github.com/beatrizsmerino/vue-todolist/commit/49bf9848ae164c543f1525d82f0ab9d03a2cb465)), closes [#260](https://github.com/beatrizsmerino/vue-todolist/issues/260) | ||
* update styles of the 'body' tag html for the mobile version ([492cd40](https://github.com/beatrizsmerino/vue-todolist/commit/492cd405d3961c87e9308422b5e52c41fd3e99b0)), closes [#260](https://github.com/beatrizsmerino/vue-todolist/issues/260) | ||
|
||
|
||
### Features | ||
|
||
* **button:** click on the edit button to execute `editTaskName()` ([138ea37](https://github.com/beatrizsmerino/vue-todolist/commit/138ea37ef980b3444f24893678c7cc58db5f87b3)), closes [#263](https://github.com/beatrizsmerino/vue-todolist/issues/263) | ||
* **button:** close modal after save the task name ([8f25c39](https://github.com/beatrizsmerino/vue-todolist/commit/8f25c39f75d2f36331498e23dcf9a998d79201d3)), closes [#263](https://github.com/beatrizsmerino/vue-todolist/issues/263) | ||
* **button:** create html and css for the edit button ([e7f0bab](https://github.com/beatrizsmerino/vue-todolist/commit/e7f0babe35bf2873f29284876418cfcfc8dd0c1d)), closes [#263](https://github.com/beatrizsmerino/vue-todolist/issues/263) | ||
* **config:** add `husky` package and configuration ([70205bf](https://github.com/beatrizsmerino/vue-todolist/commit/70205bf14bd31837e6b6dbabb3d286bdfdde0344)) | ||
* **config:** add `stylelint` setting for format and fix errors css/scss styles ([f9e5380](https://github.com/beatrizsmerino/vue-todolist/commit/f9e538096299056809b1291c10242469c0f95d60)) | ||
* **config:** add package and configuration of `lint-staged` ([e1f2d81](https://github.com/beatrizsmerino/vue-todolist/commit/e1f2d81b402d52e97ccaafd15a31f80eb0fd5a0f)) | ||
* **config:** add the configuration for `commitizen` ([3b05343](https://github.com/beatrizsmerino/vue-todolist/commit/3b053433de7d9de54f71ed57747d5b951e4bdbe9)) | ||
* **config:** add the configuration for `cz-emoji` ([af361f1](https://github.com/beatrizsmerino/vue-todolist/commit/af361f1056f991b905958d23136364915e732bc6)) | ||
* **config:** add the conventional configuration for `commitlint` ([f949442](https://github.com/beatrizsmerino/vue-todolist/commit/f949442aebf0bc629ab1310d610106bb735b5c25)) | ||
* **config:** add the file that ignore the prettier configuration ([0c032a4](https://github.com/beatrizsmerino/vue-todolist/commit/0c032a4410c2fbeeb3db150bd75fd276d1896fcf)) | ||
* **config:** change the command `npm test` to `npm run lint` on the `pre-commit` file ([c952034](https://github.com/beatrizsmerino/vue-todolist/commit/c952034c669079fa7ef031ec5b698083add3adf6)) | ||
* **config:** check if the commit message is a conventional commit ([d8bfa38](https://github.com/beatrizsmerino/vue-todolist/commit/d8bfa383db32771056f9c471e730f025a7c6ad34)) | ||
* **config:** created husky configuration file for test ([8499bc4](https://github.com/beatrizsmerino/vue-todolist/commit/8499bc45268ce2d1591bc0c2f4be5c05dd4c2a05)) | ||
* **config:** install dependencies globally and using `package.json` ([68bb998](https://github.com/beatrizsmerino/vue-todolist/commit/68bb998291dfa51536b17ff76b204294b34928cb)) | ||
* **config:** remove `pre-receive` hook and add `commit-msg` hook ([8a0e4dc](https://github.com/beatrizsmerino/vue-todolist/commit/8a0e4dc749b63d4034f4f4cc86113755e03f29bc)) | ||
* **config:** update `prettier` configuration ([39daa57](https://github.com/beatrizsmerino/vue-todolist/commit/39daa570632211d73bb8d4e9d2fb38d7a1ce6f6d)) | ||
* **config:** update the `eslint` configuration ([2d348dc](https://github.com/beatrizsmerino/vue-todolist/commit/2d348dcf88e48709fc46b26105e35aa0b2921163)) | ||
* **form:** create form for update the task name ([1511c79](https://github.com/beatrizsmerino/vue-todolist/commit/1511c794027265e9838e68e0b19f6db4b3827703)), closes [#263](https://github.com/beatrizsmerino/vue-todolist/issues/263) | ||
* **icon:** add the `faEdit` icon from the `FontAwesome` library ([ec550c8](https://github.com/beatrizsmerino/vue-todolist/commit/ec550c8f81f9039434fad06ca1cdc64913afb100)), closes [#263](https://github.com/beatrizsmerino/vue-todolist/issues/263) | ||
* **modal:** create modal with the name of the task selected ([2713c00](https://github.com/beatrizsmerino/vue-todolist/commit/2713c0084cec57c071d55c5fc57d70c76b2ade9b)), closes [#263](https://github.com/beatrizsmerino/vue-todolist/issues/263) | ||
* **scss:** add the mixin 'media' and the variables 'breakpoints' for use media queries ([43cb831](https://github.com/beatrizsmerino/vue-todolist/commit/43cb831c4c79286cf85f6da9553aa6de6ae7df31)), closes [#260](https://github.com/beatrizsmerino/vue-todolist/issues/260) | ||
* use an icon instead text for the button that show the Local Storage message ([7356f41](https://github.com/beatrizsmerino/vue-todolist/commit/7356f41b3f3fd2ebc63c31b3cab1df30b7cbf232)), closes [#261](https://github.com/beatrizsmerino/vue-todolist/issues/261) | ||
## [3.0.7](https://github.com/beatrizsmerino/vue-todolist/compare/3.0.6...3.0.7) (2022-07-19) | ||
|
||
|
||
|
||
## [3.0.7](https://github.com/beatrizsmerino/vue-todolist/compare/3.0.6...3.0.7) (2022-07-19) | ||
# 0.0.0 (2019-04-25) | ||
|
||
|
||
|
||
# 0.0.0 (2019-04-25) |