Skip to content
This repository was archived by the owner on Aug 11, 2021. It is now read-only.

Commit 500c15b

Browse files
committed
chore(release): 1.0.0
1 parent 365035c commit 500c15b

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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 (2017-08-16)
7+
8+
9+
### Bug Fixes
10+
11+
* **misc:** use strict to fix node[@4](https://github.com/4) ([#2](https://github.com/npm/lifecycle/issues/2)) ([961ceb9](https://github.com/npm/lifecycle/commit/961ceb9))
12+
13+
14+
### Features
15+
16+
* **api:** Extract from npm proper ([#1](https://github.com/npm/lifecycle/issues/1)) ([27d9930](https://github.com/npm/lifecycle/commit/27d9930))
17+
18+
19+
### BREAKING CHANGES
20+
21+
* **api:** this is the initial implementation

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "npm-lifecycle",
3-
"version": "0.0.1",
3+
"version": "1.0.0",
44
"description": "JavaScript package lifecycle hook runner",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)