This repository was archived by the owner on Apr 2, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 0.3.2] ( https://github.com/soohoio/sooho/compare/v0.3.1...v0.3.2 ) (2018-12-19)
7+
8+
9+ ### Bug Fixes
10+
11+ * ** advisory-db:** Fix demo version of cli audit and add test files ([ 624ba74] ( https://github.com/soohoio/sooho/commit/624ba74 ) )
12+ * ** config:** Change lerna config to versioning in release branch ([ 7f54a18] ( https://github.com/soohoio/sooho/commit/7f54a18 ) )
13+
14+
15+ ### Features
16+
17+ * ** advisory:** Add new package [ @sooho ] ( https://github.com/sooho ) /sooho-advisory-db ([ 941d518] ( https://github.com/soohoio/sooho/commit/941d518 ) )
18+
19+
20+
21+
22+
623## [ 0.3.1] ( https://github.com/soohoio/sooho/compare/v0.3.0...v0.3.1 ) (2018-12-16)
724
825
Original file line number Diff line number Diff line change 22 "packages" : [
33 " packages/*"
44 ],
5- "version" : " 0.3.1 " ,
5+ "version" : " 0.3.2 " ,
66 "lerna" : " 3.4.3" ,
77 "command" : {
88 "publish" : {
9- "allowBranch" : " master" ,
9+ "allowBranch" : [
10+ " master" ,
11+ " release/*"
12+ ],
1013 "conventionalCommits" : true ,
1114 "message" : " chore(release): publish %s"
1215 }
Original file line number Diff line number Diff line change 1+ # Change Log
2+
3+ All notable changes to this project will be documented in this file.
4+ See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5+
6+ ## [ 0.3.2] ( https://github.com/soohoio/sooho/compare/v0.3.1...v0.3.2 ) (2018-12-19)
7+
8+
9+ ### Bug Fixes
10+
11+ * ** advisory-db:** Fix demo version of cli audit and add test files ([ 624ba74] ( https://github.com/soohoio/sooho/commit/624ba74 ) )
12+
13+
14+ ### Features
15+
16+ * ** advisory:** Add new package [ @sooho ] ( https://github.com/sooho ) /sooho-advisory-db ([ 941d518] ( https://github.com/soohoio/sooho/commit/941d518 ) )
Original file line number Diff line number Diff line change 11{
22 "name" : " @sooho/advisory-db" ,
3- "version" : " 0.3.0 " ,
3+ "version" : " 0.3.2 " ,
44 "description" : " A community-driven vulnerability database of smart contract" ,
5- "repository" : " https://github.com/soohoio/sooho" ,
6- "license" : " CC BY-NC-SA-4.0" ,
7- "author" : " Jisu Park <jisupark@sooho.io>" ,
85 "repository" : {
96 "type" : " git" ,
107 "url" : " https://github.com/soohoio/sooho"
118 },
9+ "license" : " CC BY-NC-SA-4.0" ,
10+ "author" : " Jisu Park <jisupark@sooho.io>" ,
1211 "files" : [
1312 " /ethereum/*" ,
1413 " /yarn.lock"
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 0.3.2] ( https://github.com/soohoio/sooho/compare/v0.3.1...v0.3.2 ) (2018-12-19)
7+
8+
9+ ### Bug Fixes
10+
11+ * ** advisory-db:** Fix demo version of cli audit and add test files ([ 624ba74] ( https://github.com/soohoio/sooho/commit/624ba74 ) )
12+
13+
14+ ### Features
15+
16+ * ** advisory:** Add new package [ @sooho ] ( https://github.com/sooho ) /sooho-advisory-db ([ 941d518] ( https://github.com/soohoio/sooho/commit/941d518 ) )
17+
18+
19+
20+
21+
622## [ 0.3.1] ( https://github.com/soohoio/sooho/compare/v0.3.0...v0.3.1 ) (2018-12-16)
723
824
Original file line number Diff line number Diff line change 11{
22 "name" : " @sooho/cli" ,
33 "description" : " CLI tool to interact with SOOHO" ,
4- "version" : " 0.3.1 " ,
4+ "version" : " 0.3.2 " ,
55 "author" : " Jisu Park <jisupark@sooho.io>" ,
66 "bin" : {
77 "sooho" : " ./bin/run"
1616 "@oclif/config" : " ^1" ,
1717 "@oclif/plugin-help" : " ^2.1.4" ,
1818 "@oclif/plugin-update" : " ^1.3.9" ,
19+ "@sooho/advisory-db" : " ^0.3.2" ,
1920 "@sooho/parser" : " ^0.3.0" ,
20- "@sooho/advisory-db" : " ^0.3.0" ,
2121 "cli-table" : " ^0.3.1" ,
2222 "ora" : " ^3.0.0" ,
2323 "powerwalker" : " ^0.1.0" ,
You can’t perform that action at this time.
0 commit comments