makef
Version:
Utilities to create files inside specified directory or copy files
18 lines (12 loc) • 422 B
Markdown
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [1.2.0] - 2021-06-17
### Security
- Update dependencies to fix security alerts.
## [1.1.0] - 2020-12-05
### Added
- `copyFile` function.
- Types declaration file (`.d.ts`).
### Changed
- Pass `logger` to file content creation function in `createFile`.