From 66425d74f9fb093488e0753cd82849780801569c Mon Sep 17 00:00:00 2001 From: Andrei Dumitrescu Date: Sat, 20 Oct 2018 22:29:23 +0200 Subject: [PATCH] Fix version --- CHANGELOG.md | 6 +++--- README.md | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da4fdbd..86c7a9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [0.5.2] - 20 October 2018 +## [0.6.0] - 20 October 2018 ### Added @@ -17,6 +17,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Removed `flow` support -[Unreleased]: https://github.com/codemachiner/m/compare/v0.5.2...HEAD +[Unreleased]: https://github.com/codemachiner/m/compare/v0.6.0...HEAD -[0.5.2]: https://github.com/codemachiner/m/compare/v0.5.1...v0.5.2 +[0.6.0]: https://github.com/codemachiner/m/compare/v0.5.1...v0.6.0 diff --git a/README.md b/README.md index 9905d01..25d7639 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ - [Install](#install) - [Develop](#develop) - [Changelog](#changelog) - - [0.5.2 - 20 October 2018](#052-20-october-2018) + - [0.6.0 - 20 October 2018](#060-20-october-2018) @@ -41,7 +41,7 @@ Use `npm test` to run tests onces or `npm run tdd` to watch `src` folder for cha History of all changes in [CHANGELOG.md](CHANGELOG.md) -### 0.5.2 - 20 October 2018 +### 0.6.0 - 20 October 2018 #### Added