# Changelog

## [1.0.4](https://github.com/JuanMaRuiz/document-generator/compare/v1.0.2...v1.0.4) (2025-01-07)

* ♻️ migrate to vitest ([056e962](https://github.com/JuanMaRuiz/document-generator/commit/056e9623bee9d620e2f4235fdd4034b6e0c38b7d))
* 🎨 apply prettier rules to files ([d785077](https://github.com/JuanMaRuiz/document-generator/commit/d785077f42eaed8feada3ef17e3567ac6ee3a234))
* 📝 fill project description in package.json file ([8bd84b4](https://github.com/JuanMaRuiz/document-generator/commit/8bd84b4502e052c090744fc1a621e7d6b25fed76))
* 🔧 add npm-run-all for running all related scripts at once ([8ed6b72](https://github.com/JuanMaRuiz/document-generator/commit/8ed6b7200faf0cc0bc57700294853ada7251e113))
* 🔧 migrate to eslint 9 and configure new linter scripts ([501d5e7](https://github.com/JuanMaRuiz/document-generator/commit/501d5e764f898b9e8082940b24d7943f0b7bcc51))
* **config:** 🔧 configure ncu for update deps and reorder npm scripts ([f6d404e](https://github.com/JuanMaRuiz/document-generator/commit/f6d404ec45cc07bec066d5c62e5d7707beaa4de7))
* **config:** 🔧 configure prettier ([e0705d6](https://github.com/JuanMaRuiz/document-generator/commit/e0705d6b79e3cb2c8eb193e4feda7eb6ac694d2f))
* **config:** 🔧 configure release-it as release tool ([0e98cfa](https://github.com/JuanMaRuiz/document-generator/commit/0e98cfa1d0f8010c7ea9cb0978031ad229c29f64))
* **deps:** ➖remove jest dependency ([c815adb](https://github.com/JuanMaRuiz/document-generator/commit/c815adba3c630d66513e0963363dd4bb2aba2e69))
* **deps:** ⬆️ upgrade deps ([fb3b281](https://github.com/JuanMaRuiz/document-generator/commit/fb3b281319e591c385ac7ea43b625cb28bf84cd0))
* **deps:** change some deps to a fixed version ([1cc25b5](https://github.com/JuanMaRuiz/document-generator/commit/1cc25b59ae3faeef8afc347547249cad4fbd6ebd))
* release v1.0.3 ([ceea38f](https://github.com/JuanMaRuiz/document-generator/commit/ceea38fbecfc776fbcf82e3f0d6bd5d616e2e3c6))
* update package-lock.json file ([5fce0aa](https://github.com/JuanMaRuiz/document-generator/commit/5fce0aabbf469abd794d38b8b8dfce391326257c))

## [1.0.3](https://github.com/JuanMaRuiz/document-generator/compare/v1.0.2...v1.0.3) (2025-01-07)

* ♻️ migrate to vitest ([056e962](https://github.com/JuanMaRuiz/document-generator/commit/056e9623bee9d620e2f4235fdd4034b6e0c38b7d))
* 🎨 apply prettier rules to files ([1955867](https://github.com/JuanMaRuiz/document-generator/commit/19558679390f873c9622e58202aa628f4ce40551))
* 📝 fill project description in package.json file ([8bd84b4](https://github.com/JuanMaRuiz/document-generator/commit/8bd84b4502e052c090744fc1a621e7d6b25fed76))
* 🔧 add npm-run-all for running all related scripts at once ([b08cfee](https://github.com/JuanMaRuiz/document-generator/commit/b08cfee761db7a44d401f499668e9a7cb095f5b3))
* 🔧 migrate to eslint 9 and configure new linter scripts ([04d3429](https://github.com/JuanMaRuiz/document-generator/commit/04d3429519e54964ea697950f0db3a2c39cc22be))
* **config:** 🔧 configure ncu for update deps and reorder npm scripts ([f6d404e](https://github.com/JuanMaRuiz/document-generator/commit/f6d404ec45cc07bec066d5c62e5d7707beaa4de7))
* **config:** 🔧 configure prettier ([134a0f3](https://github.com/JuanMaRuiz/document-generator/commit/134a0f3e564e75622da46ba151376ac6c2514b55))
* **config:** 🔧 configure release-it as release tool ([0e98cfa](https://github.com/JuanMaRuiz/document-generator/commit/0e98cfa1d0f8010c7ea9cb0978031ad229c29f64))
* **deps:** ➖remove jest dependency ([adc8b1d](https://github.com/JuanMaRuiz/document-generator/commit/adc8b1dd8cc9eedd7989d5773a75027e805b52f2))
* **deps:** ⬆️ upgrade deps ([4991cdb](https://github.com/JuanMaRuiz/document-generator/commit/4991cdbeeea2658698e0c82e15b45c03d93bf2ce))
* **deps:** change some deps to a fixed version ([769dd5e](https://github.com/JuanMaRuiz/document-generator/commit/769dd5ed86cef1ca8af8f9490872e4f56db0397f))
* update package-lock.json file ([5fce0aa](https://github.com/JuanMaRuiz/document-generator/commit/5fce0aabbf469abd794d38b8b8dfce391326257c))

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.

### [1.0.2](https://github.com/JuanMaRuiz/document-generator/compare/v1.0.1...v1.0.2) (2021-10-06)

## [1.0.1] - 2020-09-07

### Fix documentation

- Fix "How to use" section in README

## [1.0.0] - 2020-09-06

### Convert to esm module

- Package converted to esm module

## [0.1.6] - 2020-07-22

### Upgrade

- Upgrade dependencies

## [0.1.5] - 2020-05-30

### Added

- Add coveralls and badge to README

## [0.1.4] - 2020-05-29

### Added

- Fix usage example in README

## [0.1.3] - 2020-05-29

### Added

- Fix install command on README

## [0.1.2] - 2020-04-26

### Added

- CHANGELOG
- MIT LICENSE

## [0.1.0] - 2020-04-26

### Added

- Random generators for DNI, NIE and NIF.
