Skip to content

Commit 1aa876e

Browse files
committed
chore(release): 1.0.0
1 parent 029dad8 commit 1aa876e

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4+
5+
<a name="1.0.0"></a>
6+
# [1.0.0](https://github.com/npm/node-fetch-npm/compare/v2.0.0-alpha.3...v1.0.0) (2017-04-26)
7+
8+
9+
### Bug Fixes
10+
11+
* **proj:** initial fork changes ([0a190a8](https://github.com/npm/node-fetch-npm/commit/0a190a8))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* **proj:** this renames the library altogether
17+
18+
19+
120

221
Changelog
322
=========

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-fetch-npm",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "An npm cli-oriented fork of the excellent node-fetch",
55
"main": "src/index.js",
66
"files": [

0 commit comments

Comments
 (0)