File tree 1 file changed +19
-0
lines changed
1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change
1
+ # [ 1.0.0] ( https://github.com/kevinoid/hub-ci-status/compare/v0.1.0...v1.0.0 ) (2021-08-06)
2
+
3
+ ### BREAKING CHANGES
4
+
5
+ * Converted to [ ECMAScript modules] ( https://nodejs.org/api/esm.html ) .
6
+ * Require Node.js ^12.20 || >=14.13.1.
7
+ * Various minor changes in command-line options and output as a result of
8
+ switching from [ Yargs] ( https://github.com/yargs/yargs ) to
9
+ [ Commander.js] ( https://github.com/tj/commander.js ) .
10
+
11
+ ### Features
12
+
13
+ * Export ` cli.js ` as ` hub-ci-status/cli.js ` to allow calling cli entry point.
14
+ ([ 25f3e00] ( https://github.com/kevinoid/hub-ci-status/commit/25f3e0006884604b0b82cdba5aaa69770b0fea62 ) )
15
+ * Switch from nyc to c8 for coverage
16
+ ([ d72a313] ( https://github.com/kevinoid/hub-ci-status/commit/d72a3136254166eda40fb56c550283758c25ac1f ) )
17
+ * Update dev dependency versions.
18
+
19
+
1
20
# 0.1.0 (2021-02-01)
2
21
3
22
* Initial release.
You can’t perform that action at this time.
0 commit comments