File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
5
+ ## 2.0.2 - 2018-12-13
6
+ * Update nanobus dependency to 4.4.0.
7
+
5
8
## 2.0.1 - 2018-10-29
6
9
* Bump nanobus to ^4.3.5 due to failing builds on 4.3.4
7
10
Original file line number Diff line number Diff line change 18
18
},
19
19
"devDependencies" : {
20
20
"@tap-format/spec" : " ^0.2.0" ,
21
+ "auto-changelog" : " ^1.10.2" ,
21
22
"budo" : " ^11.2.0" ,
22
23
"cpx" : " ^1.5.0" ,
23
24
"dependency-check" : " ^3.1.0" ,
25
+ "gh-release" : " ^3.4.0" ,
24
26
"global" : " ^4.3.2" ,
25
27
"lodash.get" : " ^4.4.2" ,
26
28
"mkdirp" : " ^0.5.1" ,
54
56
"build:dist" : " rimraf dist && mkdirp dist && browserify index.js --no-bundle-external --standalone naclBlob -o dist/index.js" ,
55
57
"build:site" : " rimraf build && mkdirp build && cpx 'example-site/static/*' build && browserify example-site/index.js -o build/bundle.js" ,
56
58
"prepare" : " run-s build:dist" ,
59
+ "prepublishOnly" : " git push && git push --tags && gh-release" ,
60
+ "start" : " budo example-site/index.js:bundle.js --dir example-site/static --live --open" ,
57
61
"test" : " run-s test:*" ,
62
+ "test-ie" : " browserify test.js | tape-run --browser ie | tap-format-spec" ,
63
+ "test-live" : " budo test.js --live --open" ,
58
64
"test:browser" : " browserify test.js | tape-run | tap-format-spec" ,
59
65
"test:deps" : " dependency-check package.json --missing --unused --entry index.js --no-dev --ignore-module workerify" ,
60
66
"test:lint" : " standard" ,
61
- "test-ie" : " browserify test.js | tape-run --browser ie | tap-format-spec" ,
62
- "test-live" : " budo test.js --live --open" ,
63
- "start" : " budo example-site/index.js:bundle.js --dir example-site/static --live --open"
67
+ "version" : " auto-changelog -p --template keepachangelog auto-changelog --breaking-pattern 'BREAKING CHANGE:' && git add CHANGELOG.md"
64
68
}
65
69
}
You can’t perform that action at this time.
0 commit comments