diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d64ee3..e53114f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ 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). ## [Unreleased] + +## [1.10.0] - 2018-07-09 ### Added - Bump version of both version files when exists. diff --git a/package.json b/package.json index 5ceabd0..069538b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "releasy", - "version": "1.9.1", + "version": "1.10.0", "description": "CLI tool to release node applications with tag and auto semver bump", "main": "lib/releasy.js", "bin": "bin/releasy.js",