Skip to content

Commit 9461d45

Browse files
committed
3.0.0
1 parent 4cb8fef commit 9461d45

File tree

2 files changed

+23
-11
lines changed

2 files changed

+23
-11
lines changed

CHANGELOG.md

Lines changed: 22 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,27 @@
22

33
All notable changes to this project will be documented in this file. Project versioning adheres to [Semantic Versioning](http://semver.org/). Change log format is based on [Keep a Changelog](http://keepachangelog.com/).
44

5+
## [3.0.0](https://github.com/ungoldman/gh-release/compare/v2.2.1...v3.0.0) - 2017-06-28
6+
7+
### Breaking Changes
8+
- get defaults in Node API using same method as CLI - thanks @roman0x58
9+
10+
### Changes
11+
- allow spaces between asset filenames - thanks @zeke
12+
13+
### Fixes
14+
- fixed false positives in a couple of error equality tests - thanks @roman0x58
15+
- updated repo URLs
16+
517
## [2.2.1](https://github.com/ungoldman/gh-release/compare/v2.2.0...v2.2.1) - 2017-02-01
618

7-
### Fixed
19+
### Fixes
820

921
- bug: support `package.json` files where `repository` is a string ([#44](https://github.com/ungoldman/gh-release/issues/48)) - thanks @zeke
1022

1123
## [2.2.0](https://github.com/ungoldman/gh-release/compare/v2.1.0...v2.2.0) - 2016-12-03
1224

13-
### Added
25+
### Additions
1426

1527
- feature: add support for Github Enterprise (use `endpoint` option) ([#44](https://github.com/ungoldman/gh-release/issues/44)) - thanks @henryhuang
1628

@@ -20,24 +32,24 @@ All notable changes to this project will be documented in this file. Project ver
2032

2133
## [2.1.0] - 2016-07-01
2234

23-
### Changed
35+
### Changes
2436

2537
* Using `ghauth@^3.2.0` (better 2FA support). Config directory is now determined by [`application-config`](https://github.com/LinusU/node-application-config) and is OS-specific. You may want to delete your old config directory (`~/.config/gh-release`).
2638

27-
### Fixed
39+
### Fixes
2840

2941
* Trap failed authentication ([#41](https://github.com/ungoldman/gh-release/pull/41))
3042

3143
## [2.0.3] - 2016-03-22
3244

33-
### Changed
45+
### Changes
3446

3547
* improve cli body preview
3648
* no word-wrap
3749
* no window-size
3850
* show newlines
3951

40-
### Fixed
52+
### Fixes
4153

4254
* fix project URLs (ngoldman -> ungoldman)
4355

@@ -52,26 +64,26 @@ All notable changes to this project will be documented in this file. Project ver
5264

5365
## [2.0.0] - 2015-04-28
5466

55-
### Changed
67+
### Changes
5668

5769
* **breaking:** changed API parameters from `options, auth, callback` to `options, callback`
5870
* `auth` is now in `options` as `options.auth`
5971
* moved all logging and CLI-related logic out of API and into CLI
6072
* no longer uses the `node-github` client
6173

62-
### Added
74+
### Additions
6375

6476
* `assets` option for uploading assets
6577

6678
## [1.1.8] - 2015-04-22
6779

68-
### Fixed
80+
### Fixes
6981

7082
* exit process with code 1 on aborted release or invalid directory ([#31](https://github.com/ungoldman/gh-release/issues/31))
7183

7284
## [1.1.7] - 2015-04-07
7385

74-
### Fixed
86+
### Fixes
7587

7688
* If cli is successful, should exit with code of 0
7789

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gh-release",
33
"description": "Create a release for a node package on github.",
4-
"version": "2.2.1",
4+
"version": "3.0.0",
55
"author": "Nate Goldman <[email protected]> (http://ungoldman.com/)",
66
"bin": {
77
"gh-release": "./bin/cli.js"

0 commit comments

Comments
 (0)