Skip to content

Commit 6092d38

Browse files
committed
8.0.4
1 parent b46e8d1 commit 6092d38

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33

44

5+
## [v8.0.4](https://github.com/buildo/smooth-release/tree/v8.0.4) (2017-06-07)
6+
[Full Changelog](https://github.com/buildo/smooth-release/compare/v8.0.3...v8.0.4)
7+
8+
#### New features:
9+
10+
- human validation of computed version should be optional [#98](https://github.com/buildo/smooth-release/issues/98)
11+
- Optionally use pull requests instead of issues [#91](https://github.com/buildo/smooth-release/issues/91)
12+
513
## [v8.0.3](https://github.com/buildo/smooth-release/tree/v8.0.3) (2017-04-18)
614
[Full Changelog](https://github.com/buildo/smooth-release/compare/v8.0.2...v8.0.3)
715

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "smooth-release",
3-
"version": "8.0.3",
3+
"version": "8.0.4",
44
"description": "Smart CLI tool to safely and automatically do every step to release a new version of a library hosted on GitHub and published on npm",
55
"main": "lib",
66
"scripts": {

0 commit comments

Comments
 (0)