Skip to content

Commit daf1b2e

Browse files
8.0.2
1 parent 3574615 commit daf1b2e

File tree

2 files changed

+48
-41
lines changed

2 files changed

+48
-41
lines changed

CHANGELOG.md

Lines changed: 47 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -2,218 +2,225 @@
22

33

44

5+
## [v8.0.2](https://github.com/FrancescoCioria/smooth-release/tree/v8.0.2) (2017-04-14)
6+
[Full Changelog](https://github.com/FrancescoCioria/smooth-release/compare/v8.0.1...v8.0.2)
7+
8+
#### Fixes (bugs & defects):
9+
10+
- typo: "assure" instead of "ensure" [#87](https://github.com/buildo/smooth-release/issues/87)
11+
512
## [v8.0.1](https://github.com/FrancescoCioria/smooth-release/tree/v8.0.1) (2017-04-05)
613
[Full Changelog](https://github.com/FrancescoCioria/smooth-release/compare/v8.0.0...v8.0.1)
714

815
#### New features:
916

10-
- Use `update-notifier` to notify users when a new version is available [#66](https://github.com/FrancescoCioria/smooth-release/issues/66)
17+
- Use `update-notifier` to notify users when a new version is available [#66](https://github.com/buildo/smooth-release/issues/66)
1118

1219
## [v8.0.0](https://github.com/FrancescoCioria/smooth-release/tree/v8.0.0) (2017-03-24)
1320
[Full Changelog](https://github.com/FrancescoCioria/smooth-release/compare/v7.0.3...v8.0.0)
1421

1522
#### Breaking:
1623

17-
- "files" should be the default for config.packageFilesFilter validations [#83](https://github.com/FrancescoCioria/smooth-release/issues/83)
24+
- "files" should be the default for config.packageFilesFilter validations [#83](https://github.com/buildo/smooth-release/issues/83)
1825

1926
## [v7.0.3](https://github.com/FrancescoCioria/smooth-release/tree/v7.0.3) (2017-03-24)
2027
[Full Changelog](https://github.com/FrancescoCioria/smooth-release/compare/v7.0.2...v7.0.3)
2128

2229
#### New features:
2330

24-
- add validation for .npmignore or package.json's files [#69](https://github.com/FrancescoCioria/smooth-release/issues/69)
31+
- add validation for .npmignore or package.json's files [#69](https://github.com/buildo/smooth-release/issues/69)
2532

2633
## [v7.0.2](https://github.com/FrancescoCioria/smooth-release/tree/v7.0.2) (2017-03-24)
2734
[Full Changelog](https://github.com/FrancescoCioria/smooth-release/compare/v7.0.1...v7.0.2)
2835

2936
#### Fixes (bugs & defects):
3037

31-
- npm validation does not handle org teams [#80](https://github.com/FrancescoCioria/smooth-release/issues/80)
32-
- Error messages not displayed properly on node 7 [#64](https://github.com/FrancescoCioria/smooth-release/issues/64)
38+
- npm validation does not handle org teams [#80](https://github.com/buildo/smooth-release/issues/80)
39+
- Error messages not displayed properly on node 7 [#64](https://github.com/buildo/smooth-release/issues/64)
3340

3441
#### New features:
3542

36-
- add validation for github access_token [#78](https://github.com/FrancescoCioria/smooth-release/issues/78)
43+
- add validation for github access_token [#78](https://github.com/buildo/smooth-release/issues/78)
3744

3845
## [v7.0.1](https://github.com/FrancescoCioria/smooth-release/tree/v7.0.1) (2017-02-24)
3946
[Full Changelog](https://github.com/FrancescoCioria/smooth-release/compare/v7.0.0...v7.0.1)
4047

4148
#### Fixes (bugs & defects):
4249

43-
- --no-npm-publish does not disable npm validation [#72](https://github.com/FrancescoCioria/smooth-release/issues/72)
44-
- Changelog does not consider the new tag added by npm-version task [#68](https://github.com/FrancescoCioria/smooth-release/issues/68)
50+
- --no-npm-publish does not disable npm validation [#72](https://github.com/buildo/smooth-release/issues/72)
51+
- Changelog does not consider the new tag added by npm-version task [#68](https://github.com/buildo/smooth-release/issues/68)
4552

4653
#### New features:
4754

48-
- add command to show version [#71](https://github.com/FrancescoCioria/smooth-release/issues/71)
55+
- add command to show version [#71](https://github.com/buildo/smooth-release/issues/71)
4956

5057
## [v7.0.0](https://github.com/FrancescoCioria/smooth-release/tree/v7.0.0) (2017-01-27)
5158
[Full Changelog](https://github.com/FrancescoCioria/smooth-release/compare/v6.0.0...v7.0.0)
5259

5360
#### Fixes (bugs & defects):
5461

55-
- Shouldn't crash if tag already exists [#62](https://github.com/FrancescoCioria/smooth-release/issues/62)
62+
- Shouldn't crash if tag already exists [#62](https://github.com/buildo/smooth-release/issues/62)
5663

5764
#### New features:
5865

59-
- add "validation" to check if user has valid npm credentials for package [#58](https://github.com/FrancescoCioria/smooth-release/issues/58)
66+
- add "validation" to check if user has valid npm credentials for package [#58](https://github.com/buildo/smooth-release/issues/58)
6067

6168
#### Breaking:
6269

63-
- Changelog is committed after the tag [#53](https://github.com/FrancescoCioria/smooth-release/issues/53)
70+
- Changelog is committed after the tag [#53](https://github.com/buildo/smooth-release/issues/53)
6471

6572
## [v6.0.0](https://github.com/FrancescoCioria/smooth-release/tree/v6.0.0) (2017-01-03)
6673
[Full Changelog](https://github.com/FrancescoCioria/smooth-release/compare/v5.0.4...v6.0.0)
6774

6875
#### Breaking:
6976

70-
- Add interactive questions for each step [#52](https://github.com/FrancescoCioria/smooth-release/issues/52)
77+
- Add interactive questions for each step [#52](https://github.com/buildo/smooth-release/issues/52)
7178

7279
## [v5.0.4](https://github.com/FrancescoCioria/smooth-release/tree/v5.0.4) (2017-01-02)
7380
[Full Changelog](https://github.com/FrancescoCioria/smooth-release/compare/v5.0.3...v5.0.4)
7481

7582
#### Fixes (bugs & defects):
7683

77-
- Changelog: some Issues are put under the wrong tag [#54](https://github.com/FrancescoCioria/smooth-release/issues/54)
84+
- Changelog: some Issues are put under the wrong tag [#54](https://github.com/buildo/smooth-release/issues/54)
7885

7986
## [v5.0.3](https://github.com/FrancescoCioria/smooth-release/tree/v5.0.3) (2016-12-07)
8087
[Full Changelog](https://github.com/FrancescoCioria/smooth-release/compare/v5.0.2...v5.0.3)
8188

8289
#### Fixes (bugs & defects):
8390

84-
- `--no-validation` and `--no-npm-publish` CLI args don't work [#50](https://github.com/FrancescoCioria/smooth-release/issues/50)
91+
- `--no-validation` and `--no-npm-publish` CLI args don't work [#50](https://github.com/buildo/smooth-release/issues/50)
8592

8693
## [v5.0.2](https://github.com/FrancescoCioria/smooth-release/tree/v5.0.2) (2016-12-05)
8794
[Full Changelog](https://github.com/FrancescoCioria/smooth-release/compare/v5.0.1...v5.0.2)
8895

8996
#### New features:
9097

91-
- allow passing token as CLI argument [#48](https://github.com/FrancescoCioria/smooth-release/issues/48)
98+
- allow passing token as CLI argument [#48](https://github.com/buildo/smooth-release/issues/48)
9299

93100
## [v5.0.1](https://github.com/FrancescoCioria/smooth-release/tree/v5.0.1) (2016-11-25)
94101
[Full Changelog](https://github.com/FrancescoCioria/smooth-release/compare/v5.0.0...v5.0.1)
95102

96103
#### New features:
97104

98-
- pass version manually [#46](https://github.com/FrancescoCioria/smooth-release/issues/46)
105+
- pass version manually [#46](https://github.com/buildo/smooth-release/issues/46)
99106

100107
## [v5.0.0](https://github.com/FrancescoCioria/smooth-release/tree/v5.0.0) (2016-11-25)
101108
[Full Changelog](https://github.com/FrancescoCioria/smooth-release/compare/v4.0.2...v5.0.0)
102109

103110
#### Breaking:
104111

105-
- split publish.js in multiple sub-modules [#44](https://github.com/FrancescoCioria/smooth-release/issues/44)
112+
- split publish.js in multiple sub-modules [#44](https://github.com/buildo/smooth-release/issues/44)
106113

107114
## [v4.0.2](https://github.com/FrancescoCioria/smooth-release/tree/v4.0.2) (2016-11-13)
108115
[Full Changelog](https://github.com/FrancescoCioria/smooth-release/compare/v4.0.1...v4.0.2)
109116

110117
#### Fixes (bugs & defects):
111118

112-
- fix status logs once and for all [#42](https://github.com/FrancescoCioria/smooth-release/issues/42)
119+
- fix status logs once and for all [#42](https://github.com/buildo/smooth-release/issues/42)
113120

114121
## [v4.0.1](https://github.com/FrancescoCioria/smooth-release/tree/v4.0.1) (2016-11-12)
115122
[Full Changelog](https://github.com/FrancescoCioria/smooth-release/compare/v4.0.0...v4.0.1)
116123

117124
#### Fixes (bugs & defects):
118125

119-
- only first "info" subtitle is logged! [#40](https://github.com/FrancescoCioria/smooth-release/issues/40)
126+
- only first "info" subtitle is logged! [#40](https://github.com/buildo/smooth-release/issues/40)
120127

121128
## [v4.0.0](https://github.com/FrancescoCioria/smooth-release/tree/v4.0.0) (2016-11-12)
122129
[Full Changelog](https://github.com/FrancescoCioria/smooth-release/compare/v3.0.0...v4.0.0)
123130

124131
#### Breaking:
125132

126-
- default config should be enough to run smooth-release without errors [#38](https://github.com/FrancescoCioria/smooth-release/issues/38)
127-
- add validation for untracked files [#33](https://github.com/FrancescoCioria/smooth-release/issues/33)
128-
- add validation for uncommitted changes [#32](https://github.com/FrancescoCioria/smooth-release/issues/32)
133+
- default config should be enough to run smooth-release without errors [#38](https://github.com/buildo/smooth-release/issues/38)
134+
- add validation for untracked files [#33](https://github.com/buildo/smooth-release/issues/33)
135+
- add validation for uncommitted changes [#32](https://github.com/buildo/smooth-release/issues/32)
129136

130137
#### Fixes (bugs & defects):
131138

132-
- elegant-status sometimes doesn't show ongoing step [#36](https://github.com/FrancescoCioria/smooth-release/issues/36)
139+
- elegant-status sometimes doesn't show ongoing step [#36](https://github.com/buildo/smooth-release/issues/36)
133140

134141
## [v3.0.0](https://github.com/FrancescoCioria/smooth-release/tree/v3.0.0) (2016-11-12)
135142
[Full Changelog](https://github.com/FrancescoCioria/smooth-release/compare/v2.0.2...v3.0.0)
136143

137144
#### Breaking:
138145

139-
- Add confirmation step before publishing to npm [#30](https://github.com/FrancescoCioria/smooth-release/issues/30)
146+
- Add confirmation step before publishing to npm [#30](https://github.com/buildo/smooth-release/issues/30)
140147

141148
#### New features:
142149

143-
- Replace node-status with elegant-status [#28](https://github.com/FrancescoCioria/smooth-release/issues/28)
150+
- Replace node-status with elegant-status [#28](https://github.com/buildo/smooth-release/issues/28)
144151

145152
## [v2.0.2](https://github.com/FrancescoCioria/smooth-release/tree/v2.0.2) (2016-11-10)
146153
[Full Changelog](https://github.com/FrancescoCioria/smooth-release/compare/v2.0.1...v2.0.2)
147154

148155
#### New features:
149156

150-
- gh-release should optionally add release for every version tag [#26](https://github.com/FrancescoCioria/smooth-release/issues/26)
157+
- gh-release should optionally add release for every version tag [#26](https://github.com/buildo/smooth-release/issues/26)
151158

152159
## [v2.0.1](https://github.com/FrancescoCioria/smooth-release/tree/v2.0.1) (2016-11-05)
153160
[Full Changelog](https://github.com/FrancescoCioria/smooth-release/compare/v2.0.0...v2.0.1)
154161

155162
#### Fixes (bugs & defects):
156163

157-
- gh-release always fails when run after publish [#24](https://github.com/FrancescoCioria/smooth-release/issues/24)
164+
- gh-release always fails when run after publish [#24](https://github.com/buildo/smooth-release/issues/24)
158165

159166
## [v2.0.0](https://github.com/FrancescoCioria/smooth-release/tree/v2.0.0) (2016-11-04)
160167
[Full Changelog](https://github.com/FrancescoCioria/smooth-release/compare/v1.0.6...v2.0.0)
161168

162169
#### Breaking:
163170

164-
- GitHub token should be global [#22](https://github.com/FrancescoCioria/smooth-release/issues/22)
171+
- GitHub token should be global [#22](https://github.com/buildo/smooth-release/issues/22)
165172

166173
## [v1.0.6](https://github.com/FrancescoCioria/smooth-release/tree/v1.0.6) (2016-11-03)
167174
[Full Changelog](https://github.com/FrancescoCioria/smooth-release/compare/v1.0.5...v1.0.6)
168175

169176
#### Fixes (bugs & defects):
170177

171-
- add missing "babel-runtime" dep [#20](https://github.com/FrancescoCioria/smooth-release/issues/20)
178+
- add missing "babel-runtime" dep [#20](https://github.com/buildo/smooth-release/issues/20)
172179

173180
## [v1.0.5](https://github.com/FrancescoCioria/smooth-release/tree/v1.0.5) (2016-11-03)
174181
[Full Changelog](https://github.com/FrancescoCioria/smooth-release/compare/v1.0.4...v1.0.5)
175182

176183
#### Fixes (bugs & defects):
177184

178-
- Changelog: output is outdated [#18](https://github.com/FrancescoCioria/smooth-release/issues/18)
185+
- Changelog: output is outdated [#18](https://github.com/buildo/smooth-release/issues/18)
179186

180187
#### New features:
181188

182-
- Improve logs [#16](https://github.com/FrancescoCioria/smooth-release/issues/16)
189+
- Improve logs [#16](https://github.com/buildo/smooth-release/issues/16)
183190

184191
## [v1.0.4](https://github.com/FrancescoCioria/smooth-release/tree/v1.0.4) (2016-11-02)
185192
[Full Changelog](https://github.com/FrancescoCioria/smooth-release/compare/v1.0.3...v1.0.4)
186193

187194
#### New features:
188195

189-
- Changelog: add date time to tags [#14](https://github.com/FrancescoCioria/smooth-release/issues/14)
196+
- Changelog: add date time to tags [#14](https://github.com/buildo/smooth-release/issues/14)
190197

191198
#### Fixes (bugs & defects):
192199

193-
- Changelog: issues are placed in wrong tag section [#12](https://github.com/FrancescoCioria/smooth-release/issues/12)
194-
- Default: changelog should be generated before running gh-release script [#10](https://github.com/FrancescoCioria/smooth-release/issues/10)
200+
- Changelog: issues are placed in wrong tag section [#12](https://github.com/buildo/smooth-release/issues/12)
201+
- Default: changelog should be generated before running gh-release script [#10](https://github.com/buildo/smooth-release/issues/10)
195202

196203
#### Breaking:
197204

198-
- Changelog: push CHANGELOG.md after generating it [#8](https://github.com/FrancescoCioria/smooth-release/issues/8)
205+
- Changelog: push CHANGELOG.md after generating it [#8](https://github.com/buildo/smooth-release/issues/8)
199206

200207
## [v1.0.3](https://github.com/FrancescoCioria/smooth-release/tree/v1.0.3) (2016-10-30)
201208
[Full Changelog](https://github.com/FrancescoCioria/smooth-release/compare/v1.0.2...v1.0.3)
202209

203210
#### Fixes (bugs & defects):
204211

205-
- Changelog: issue link should point to html page [#6](https://github.com/FrancescoCioria/smooth-release/issues/6)
212+
- Changelog: issue link should point to html page [#6](https://github.com/buildo/smooth-release/issues/6)
206213

207214
## [v1.0.2](https://github.com/FrancescoCioria/smooth-release/tree/v1.0.2) (2016-10-24)
208215
[Full Changelog](https://github.com/FrancescoCioria/smooth-release/compare/v1.0.1...v1.0.2)
209216

210217
#### Fixes (bugs & defects):
211218

212-
- Changelog: should not list PRs [#4](https://github.com/FrancescoCioria/smooth-release/issues/4)
213-
- Changelog: issues are always considered "breaking" [#2](https://github.com/FrancescoCioria/smooth-release/issues/2)
219+
- Changelog: should not list PRs [#4](https://github.com/buildo/smooth-release/issues/4)
220+
- Changelog: issues are always considered "breaking" [#2](https://github.com/buildo/smooth-release/issues/2)
214221

215222
#### New features:
216223

217-
- Improve logs with node-status [#1](https://github.com/FrancescoCioria/smooth-release/issues/1)
224+
- Improve logs with node-status [#1](https://github.com/buildo/smooth-release/issues/1)
218225

219226
## [v1.0.1](https://github.com/FrancescoCioria/smooth-release/tree/v1.0.1) (2016-10-24)

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.1",
3+
"version": "8.0.2",
44
"description": "",
55
"main": "lib",
66
"scripts": {

0 commit comments

Comments
 (0)