# Changes across different version of create-foss-files

### v1.0.0

- Initialize an empty git repository.
- Generates the following files
  - .editorconfig
  - .gitattributes
  - .gitignore
  - changelog file
  - contributing guidelines file
  - readme file
  - MIT license
  - Code of Conduct
- If used with --javascript flag, generates these additional files:
  - .npmrc
  - .prettierrc.json
  - index.js
  - package.json
