Skip to content

Commit

Permalink
🔖 v0.5.2 (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
kefranabg authored Jul 9, 2019
1 parent ccae357 commit dd3f968
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

<a name="0.5.2"></a>

## 0.5.2 (2019-07-08)

### Added

- ✨ Filter social network inputs to remove potential @ ([#93](https://github.com/kefranabg/readme-md-generator/issues/93)) [[ccae357](https://github.com/kefranabg/readme-md-generator/commit/ccae357ad2c8a3788a248075644cf27d312f226b)]

### Miscellaneous

- 📝 Update readme and contributors to reflect username change ([#91](https://github.com/kefranabg/readme-md-generator/issues/91)) [[b2be60e](https://github.com/kefranabg/readme-md-generator/commit/b2be60e8bb429c9c440c6602f4f4ebec51b6d889)]

<a name="0.5.1"></a>

## 0.5.1 (2019-07-05)

### Fixed

- 🐛 Prevent encoding utf-8 chars in README ([#88](https://github.com/kefranabg/readme-md-generator/issues/88)) [[8059756](https://github.com/kefranabg/readme-md-generator/commit/80597564e0fd9e0b8c69c333929d02e9ec9ae0b0)]

<a name="0.5.0"></a>

## 0.5.0 (2019-06-27)
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.5.1",
"version": "0.5.2",
"description": "CLI that generates beautiful README.md files.",
"main": "src/index.js",
"bin": {
Expand Down

0 comments on commit dd3f968

Please sign in to comment.