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 @@ -19,6 +19,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
19
19
20
20
### Security
21
21
22
+ ## [ 0.2.1] - 2023-01-25
23
+
24
+ ### Fixed
25
+
26
+ - Package build: npm build was not being called before publish
27
+
22
28
## [ 0.2.0] - 2023-01-18
23
29
24
30
### Added
@@ -49,7 +55,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
49
55
- Solidity instrumentation
50
56
- Solidity specific search criteria (i.e., probe coverage)
51
57
52
- [ unreleased ] : https://github.com/syntest-framework/syntest-solidity/compare/v0.2.0...HEAD
58
+ [ unreleased ] : https://github.com/syntest-framework/syntest-solidity/compare/v0.2.1...HEAD
59
+ [ 0.2.1 ] : https://github.com/syntest-framework/syntest-solidity/releases/tag/v0.2.0...v0.2.1
53
60
[ 0.2.0 ] : https://github.com/syntest-framework/syntest-solidity/releases/tag/v0.1.2...v0.2.0
54
61
[ 0.1.2 ] : https://github.com/syntest-framework/syntest-solidity/releases/tag/v0.1.1...v0.1.2
55
62
[ 0.1.1 ] : https://github.com/syntest-framework/syntest-solidity/releases/tag/v0.1.0...v0.1.1
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @syntest/solidity" ,
3
- "version" : " 0.2.0 " ,
3
+ "version" : " 0.2.1 " ,
4
4
"description" : " SynTest Solidity is a tool for automatically generating test cases for the Solidity platform" ,
5
5
"keywords" : [
6
6
" syntest" ,
41
41
"format:check" : " prettier --config .prettierrc.json --ignore-path .prettierignore --check ." ,
42
42
"lint" : " eslint --config .eslintrc.json --ignore-path .eslintignore ." ,
43
43
"lint:fix" : " eslint --config .eslintrc.json --ignore-path .eslintignore . --fix" ,
44
- "prepare" : " husky install" ,
44
+ "prepare" : " npm run build && husky install" ,
45
45
"run" : " truffle run syntest-solidity" ,
46
46
"test" : " mocha --config .mocharc.json" ,
47
47
"test:coverage" : " nyc mocha --config .mocharc.json" ,
You can’t perform that action at this time.
0 commit comments