All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
3.4.2 (2024-01-05)
- config: missing
.vscode
folder was deleted by mistake (c21e236)
3.4.1 (2024-01-04)
- globalDependencies: dependencies are not installed correctly (fd4ec60)
- globalDependencies: dependencies are not installed correctly (0706df0)
3.4.0 (2024-01-04)
- config: add
husky
package and configuration (70205bf) - config: add package and configuration of
conventional-changelog-cli
(69ba05f) - config: add package and configuration of
lint-staged
(e1f2d81) - config: add package and configuration of
standard-version
(1abdb14) - config: add the configuration for
commitizen
(3b05343) - config: add the configuration for
cz-emoji
(af361f1) - config: add the conventional configuration for
commitlint
(f949442) - config: change the command
npm test
tonpm run lint
on thepre-commit
file (c952034) - config: check global packages installed with
volta
before installing them again (9f31913) - config: check if the commit message is a conventional commit (d8bfa38)
- config: created husky configuration file for test (8499bc4)
- config: install dependencies globally and using
package.json
(68bb998) - config: remove
pre-receive
hook and addcommit-msg
hook (8a0e4dc) - config: update
prettier
configuration (39daa57) - config: update the
eslint
configuration (2d348dc)
- changelog:
changelog
command does not working (b6d3555) - changelog:
changelog
command does not working (7dfd698) - changelog:
package.json
andpackage-lock.json
not updated when version changes (831a748) - config:
package.json
not updated when install global deps (f1c07fc) - config: add a warning message when there are no dependencies to install (ad118fe)
- config: after installing
globalDependencies
add^
before version number (698075c) - config: after run
npm install
theglobalDependencies
is not updated (a3c6883) - config: change the version to the current on the
package.json
andversion.sbt
files (028fd1f) - config: failed to install dependencies globally with
npm install
(c465131) - config: gets errors about
@vue/cli
andprettier
(14d4c95) - config: install updated global dependencies from local and uninstalled ones (b0f79ea)
- config: many configuration files for
commitlint
,commitzen
andcz-emoji
(2b490d9) - config: reinstalled the already installed global dependencies (0b85eb4)
- config: remove the
v
prefix from the version git tag (c9e2e1f) - config: the command
npm run install
does not install the packages globally (a0ec440) - config: when there is no data to display the
console
looks strange (6cd44a1) - deps-global: misspelled git command to install global packages (d5eddf0)
- deps: cannot install npm packages (0e50e6a)
- eslint: get errors when format
preinstall-global-dependencies.js
file (b67277f)
- changelog: remove manually added commits from
changelog
(87ed617) - changelog: use
changelog:update
inside thestandar-version-updater-gitflow.sh
file (7a005e1) - config: improved
console
with more descriptiveemojis
(6657a0a) - config: reduce the code from
preinstall-global-depenencies.js
(0a62ae5) - config: update
console.log
of thepreinstall-global-dependencies.js
file (63e0277) - config: update
preinstall-global-dependencies.js
file (4131c60) - config: update the
preinstall-global-dependencies.js
file (f4e28de) - config: update the
preinstall-global-dependencies.js
file (9fc446a) - npm: rename
changelog
command tochangelog:init
(38cd4d0) - npm: rename
release
command tochangelog:update
(f3380bc) - readme: reduce the command titles (e24a6e6)
- readme: rename
changelog
command tochangelog:init
(04d8276) - readme: rename
release
command tochangelog:update
(17c7fbc)