Skip to content

Commit

Permalink
🔖 Release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Franck committed Jun 15, 2019
1 parent f0e2bd6 commit a3cb0f7
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 4 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Changelog

<a name="0.3.0"></a>
## 0.3.0 (2019-06-15)

### Added

- 🔖 Release v0.2.0 ([baf484d](https://github.com/kefranabg/readme-md-generator/commit/baf484d203db37dbb6d7685db61f356095da5f56))
- 🔖 Release 0.2.1 ([4b2d921](https://github.com/kefranabg/readme-md-generator/commit/4b2d9214e5169d7d593ac3c36bc529c7dd2c2ab8))
- 🔊 Add logs in writeReadme ([772d536](https://github.com/kefranabg/readme-md-generator/commit/772d536a99fea4d0a8024fedb02664ae3a968351))
- ✨ Add homepage link if exist ([1c1bf08](https://github.com/kefranabg/readme-md-generator/commit/1c1bf08b29ef16a677114d74eb145d3a83f3c35a))
- ✨ Adding some commands ([6850244](https://github.com/kefranabg/readme-md-generator/commit/685024493f8670559df643b551f383b9cbf434b0))
- ✨ Improve README content ([ffd6e1f](https://github.com/kefranabg/readme-md-generator/commit/ffd6e1f9653c31168bf025e797e05951bc9ab15a))
- ✨ Improve README template ([7a12c8a](https://github.com/kefranabg/readme-md-generator/commit/7a12c8a687f50da7fee1c2b2352363f3abf1e71f))
- ✨ Add Twitter follow badge ([#35](https://github.com/kefranabg/readme-md-generator/issues/35)) ([58034a0](https://github.com/kefranabg/readme-md-generator/commit/58034a00bfdf6ea50e4ffabdd39657dfce317fee))
- ✨ Add prerequisites badges ([#38](https://github.com/kefranabg/readme-md-generator/issues/38)) ([e7e3590](https://github.com/kefranabg/readme-md-generator/commit/e7e3590023027f80acde722aa91824d9bc3d0b26))
- ✨ Add --yes flag ([#45](https://github.com/kefranabg/readme-md-generator/issues/45)) ([f0e2bd6](https://github.com/kefranabg/readme-md-generator/commit/f0e2bd6aaa0ed7b47843482046d4c443db5643c7))
- ✅ Add missing test to readme generation ([d5027e4](https://github.com/kefranabg/readme-md-generator/commit/d5027e4d0e0d31e9059729e208e20908b299f040))

### Changed

- 💄 change prerequisite badges color ([#43](https://github.com/kefranabg/readme-md-generator/issues/43)) ([e888726](https://github.com/kefranabg/readme-md-generator/commit/e888726b471a28265ed689786f85c8618b9af957))
- 💬 Update badge version in README ([e5d418c](https://github.com/kefranabg/readme-md-generator/commit/e5d418c2b3b7e6fcbb2e5631adb70b51c2b82843))
- 🔧 Move some dependencies in devDependencies ([0038201](https://github.com/kefranabg/readme-md-generator/commit/0038201ec94f1d31b3473948cdfd9f950466d4ad))

### Fixed

- 🐛 Get doc url from only if github repos ([62109c4](https://github.com/kefranabg/readme-md-generator/commit/62109c4b315613100b7adf9b9714b5a7e6c00b31))
- 🐛 Fix error when package.json does not exist ([#42](https://github.com/kefranabg/readme-md-generator/issues/42)) ([fe0fc61](https://github.com/kefranabg/readme-md-generator/commit/fe0fc61e4664baf457e1d6f4a35e50e8cd325c10))
- 🐛 Fix current working directory error ([#46](https://github.com/kefranabg/readme-md-generator/issues/46)) ([6c184ba](https://github.com/kefranabg/readme-md-generator/commit/6c184ba009cfafb25adb1ff7ba6e1c4570de7503))
- ✏️ Remove whitespace before punctuation marks ([#36](https://github.com/kefranabg/readme-md-generator/issues/36)) ([094f9fb](https://github.com/kefranabg/readme-md-generator/commit/094f9fb5e7ebe6cc9001d1fe54cd9be0362730bd))


5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h1 align="center">Welcome to readme-md-generator 👋</h1>
<p align="center">
<img src="https://img.shields.io/badge/version-0.2.1-blue.svg?cacheSeconds=2592000" />
<img src="https://img.shields.io/badge/version-0.3.0-blue.svg?cacheSeconds=2592000" />
<img src="https://img.shields.io/badge/npm-%3E%3D5.5.0-blue.svg" />
<img src="https://img.shields.io/badge/node-%3E%3D9.3.0-blue.svg" />
<!-- <img src="https://img.shields.io/jsdelivr/npm/hm/readme-md-generator.svg"> -->
Expand Down Expand Up @@ -89,7 +89,8 @@ readme

## 🤝 Contributing

Contributions, issues and feature requests are welcome. Feel free to check [issues page](https://github.com/kefranabg/readme-md-generator/issues) if you want to contribute.
Contributions, issues and feature requests are welcome.<br />
Feel free to check [issues page](https://github.com/kefranabg/readme-md-generator/issues) if you want to contribute.

## Author

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "readme-md-generator",
"version": "0.2.1",
"version": "0.3.0",
"description": "CLI that generates beautiful README.md files.",
"main": "src/index.js",
"bin": {
Expand Down

0 comments on commit a3cb0f7

Please sign in to comment.