This repository was archived by the owner on Jul 30, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +33
-0
lines changed Expand file tree Collapse file tree 2 files changed +33
-0
lines changed Original file line number Diff line number Diff line change
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 )
Original file line number Diff line number Diff line change
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
+ }
You can’t perform that action at this time.
0 commit comments