Skip to content
This repository was archived by the owner on Jul 30, 2020. It is now read-only.

Commit e55f2e1

Browse files
author
sw-yx
committed
0.0.2
1 parent bc9d205 commit e55f2e1

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6+
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7+
8+
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
9+
10+
## 0.0.2 - 2019-05-03
11+
12+
### Commits
13+
14+
- Initial commit [`bc9d205`](https://github.com/netlify-labs/netlify-dev-detectors/commit/bc9d2050bf3082eeb244247f06d8c231f0954399)

package.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "netlify-dev-detectors",
3+
"version": "0.0.2",
4+
"main": "index.js",
5+
"repository": "https://github.com/netlify-labs/netlify-dev-detectors",
6+
"author": "sw-yx <swyx@dontemail.me>",
7+
"license": "MIT",
8+
"scripts": {
9+
"prepublishOnly": "git push && git push --tags && gh-release",
10+
"version": "auto-changelog -p --template keepachangelog && git add README.md CHANGELOG.md"
11+
},
12+
"dependencies": {
13+
"netlify-cli-logo": "^1.0.0"
14+
},
15+
"devDependencies": {
16+
"auto-changelog": "^1.13.0",
17+
"gh-release": "^3.5.0"
18+
}
19+
}

0 commit comments

Comments
 (0)