Skip to content

Commit 159245e

Browse files
committed
chore(release): 0.0.0
1 parent 86d6afc commit 159245e

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Changelog
2+
3+
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.
4+
5+
## 0.0.0 (2021-01-11)
6+
7+
8+
### Features
9+
10+
* **cli:** add colored output with kleur package ([c11e468](https://github.com/simplymichael/project-up/commit/c11e468e3734b28a82c3fbf12603b706ba1d498e))
11+
* **cli:** add jasmine among test framework choices ([b5720ad](https://github.com/simplymichael/project-up/commit/b5720ad0444aaed88d77553672ccece0c20dc3dd))
12+
* **cli:** add option to list (dev-)dependencies to install ([978abe7](https://github.com/simplymichael/project-up/commit/978abe763385b12c2b9313b1f63702ece4f2d921))
13+
* **cli:** add option to specify project keywords ([d3d985b](https://github.com/simplymichael/project-up/commit/d3d985b1bf4972d3bfc39d1b4e5fadb4e0547647))
14+
* **cli:** add program name and verbose option to bin/cli.js file ([268f523](https://github.com/simplymichael/project-up/commit/268f5237f98dd2b86c30c9d9bf76cd22f3e63c08))
15+
* **cli:** add spinners and success markers using ora package ([a874f27](https://github.com/simplymichael/project-up/commit/a874f27e77f7c275f1b0bc304ac990f2bc843dee))
16+
* **cli:** add validation to questions ([8b926b8](https://github.com/simplymichael/project-up/commit/8b926b84d7c8995e6bde0004251c13f103f5ebb1))
17+
* **cli:** auto-generate license file (LICENSE.md) based on user choice ([1979db0](https://github.com/simplymichael/project-up/commit/1979db0bd074b7689aec5d2cd6baf556cf8b173c))
18+
* **cli:** automatically create .gitignore file ([05a8bae](https://github.com/simplymichael/project-up/commit/05a8bae27b243d3c91b65bd25c2ffba685cdbc34))
19+
* **cli:** automatically create README.md file ([caf2e6f](https://github.com/simplymichael/project-up/commit/caf2e6f53011496062ea57778086d387f401e058))
20+
* **cli:** automatically detect project owner's name using git config user.name ([7eb7a5e](https://github.com/simplymichael/project-up/commit/7eb7a5eeecfd37a32714590182dde895e42208e1))
21+
* **cli:** display help and usage information after setup ([91c5cb7](https://github.com/simplymichael/project-up/commit/91c5cb7632390bc50c25e4258f83fb6c65f60eeb))
22+
* **cli:** implement verbose output ([a5242ec](https://github.com/simplymichael/project-up/commit/a5242ece34d890ea7c6090bbb519c298ec9f686b))
23+
* **cli:** install only (dev-)dependencies if not already installed ([d9f6c7c](https://github.com/simplymichael/project-up/commit/d9f6c7c2a25c29e4c48ec1661d72a583ec0ee54c))
24+
* **cli:** retrieve project description from package.json if available ([6bb1741](https://github.com/simplymichael/project-up/commit/6bb1741feef1838e1f833d3e6dad1c0166046159))
25+
* **cli:** setup ESLint after setup if selected linter is ESLint ([c093240](https://github.com/simplymichael/project-up/commit/c093240d62fb26a92ba5b1cbead972537c8f9218))
26+
* **cli:** write .nycrc.json file ([394c663](https://github.com/simplymichael/project-up/commit/394c663b8bbaa5206861836b2fc729a47c6a24a6))
27+
* **translation:** use i18n package for translation ([1dc6b9b](https://github.com/simplymichael/project-up/commit/1dc6b9bf77e84edc17ac982aa1e64110b22ad6f8))
28+
29+
30+
### Bug Fixes
31+
32+
* **cli:** properly detect if ESLint is installed ([cc37f21](https://github.com/simplymichael/project-up/commit/cc37f21cc1bda33749f0034666f1092d1dd222e1))
33+
* **cli:** properly write package.json file ([abf0d01](https://github.com/simplymichael/project-up/commit/abf0d0135ae6b1df0a9685440d48b1002a79da24))
34+
* **cli:** remove extraneous comma (,) in .nycrc.json ([a0c64b0](https://github.com/simplymichael/project-up/commit/a0c64b05c749139b0bffc7e2e0304d3ba2a92399))

0 commit comments

Comments
 (0)