Skip to content

Commit 9a46a71

Browse files
8.0.5
1 parent 04e9214 commit 9a46a71

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

33

44

5+
## [v8.0.5](https://github.com/buildo/smooth-release/tree/v8.0.5) (2017-12-13)
6+
[Full Changelog](https://github.com/buildo/smooth-release/compare/v8.0.4...v8.0.5)
7+
8+
#### Fixes (bugs & defects):
9+
10+
- version script ignores changelog.ignoredLabels [#103](https://github.com/buildo/smooth-release/issues/103)
11+
12+
#### New features:
13+
14+
- add docs for #99 [#101](https://github.com/buildo/smooth-release/issues/101)
15+
- Preview package files and validate against package.json [#93](https://github.com/buildo/smooth-release/issues/93)
16+
517
## [v8.0.4](https://github.com/buildo/smooth-release/tree/v8.0.4) (2017-06-07)
618
[Full Changelog](https://github.com/buildo/smooth-release/compare/v8.0.3...v8.0.4)
719

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.4",
3+
"version": "8.0.5",
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)