Skip to content

Commit

Permalink
chore: add CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
gamezinfantes committed Feb 15, 2024
1 parent 1695c71 commit 929253c
Show file tree
Hide file tree
Showing 3 changed files with 512 additions and 4 deletions.
48 changes: 48 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
## [1.1.1](https://github.com/BitModern/testQualityCli/compare/1.1.0...1.1.1) (2024-02-15)


### Bug Fixes

* folder id param was not send to backend ([2c5a144](https://github.com/BitModern/testQualityCli/commit/2c5a1447ff58bbaa55975d7a2ea7366cb6377fb7))

## [1.1.0](https://github.com/BitModern/testQualityCli/compare/1.0.1...1.1.0) (2024-02-15)


### Features

* **uploadTestRun:** suite param added ([ae201b2](https://github.com/BitModern/testQualityCli/commit/ae201b2243d4313b162c1b9591b3176eaefd4f4e))


### Bug Fixes

* changed .env to .testquality and changed way save works. Also upgraded packages. ([dc68c21](https://github.com/BitModern/testQualityCli/commit/dc68c21a324f6170a270975ded52320f13297575))
* m2m run result defects ([371fd7c](https://github.com/BitModern/testQualityCli/commit/371fd7c9eb778ac3f1d5b56b8cdebccb6fb13e26))
* typo ([872ac0a](https://github.com/BitModern/testQualityCli/commit/872ac0af15a03029e7f8041495dc86675d4cd6cb))
* **uploadTestRun:** naming improved ([a21869d](https://github.com/BitModern/testQualityCli/commit/a21869dd1375521acdc40569dcfdb1f979a29608))

## [1.0.1](https://github.com/BitModern/testQualityCli/compare/1.0.0...1.0.1) (2023-02-27)


### Features

* updated sdk ([a74828b](https://github.com/BitModern/testQualityCli/commit/a74828b70cdd8a1a24a722e46e71da9e9a54b5de))

## [1.0.0](https://github.com/BitModern/testQualityCli/compare/26e7ff3f49fe9d2ee086856fb13ac21b1f6d1a56...1.0.0) (2022-12-21)


### Features

* added plan delete ([4b41881](https://github.com/BitModern/testQualityCli/commit/4b41881cc3861129c3bbafe2c21fba245f58227f))
* allow for no plan on test run upload, updated to latest sdk ([8a752d6](https://github.com/BitModern/testQualityCli/commit/8a752d6f84cdde78da1431057e7385866f3b5e68))
* clean up file upload. Make attachments glob work better. ([26e7ff3](https://github.com/BitModern/testQualityCli/commit/26e7ff3f49fe9d2ee086856fb13ac21b1f6d1a56))


### Bug Fixes

* bug in upload ([c41bc3f](https://github.com/BitModern/testQualityCli/commit/c41bc3f91ff3c8b574fcad497965df1330890846))
* bump pkg ([e082bb5](https://github.com/BitModern/testQualityCli/commit/e082bb5fcdc891989c271cf1f707f03f8257952a))
* run_result_output_dir handle directories ([2c97102](https://github.com/BitModern/testQualityCli/commit/2c97102e9b87494f2fd22813187d22d0da1e2fbd))
* test run file from files ([6e91999](https://github.com/BitModern/testQualityCli/commit/6e91999c67505e88814b77b2f738e531af0e5b42))
* use path to gen glob dir ([cbe61fa](https://github.com/BitModern/testQualityCli/commit/cbe61fa59c0aba2697daff023a39ed04d5442abc))
* wrong plan id in request ([c9ca26e](https://github.com/BitModern/testQualityCli/commit/c9ca26ef57ab363d287371290c9df79d18c241c8))

8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"package:macos": "pkg . --target node16-macos-x64 --compress GZip --output commands/testquality-macos",
"package:win": "pkg . --target node16-win-x64 --compress GZip --output commands/testquality-win",
"package:linux": "pkg . --target node16-linux-x64 --compress GZip --output commands/testquality-linux",
"package:alpine": "pkg . --target node16-alpine-x64 --compress GZip --output commands/testquality-alpine"
"package:alpine": "pkg . --target node16-alpine-x64 --compress GZip --output commands/testquality-alpine",
"changelog": "conventional-changelog -p conventionalcommits -i CHANGELOG.md -s -r 0"
},
"devDependencies": {
"@types/bunyan": "^1.8.6",
Expand All @@ -26,15 +27,16 @@
"@types/node": "^16.18.61",
"@types/supports-color": "^8.1.0",
"@types/yargs": "^13.0.2",
"conventional-changelog-cli": "4.1.0",
"cross-env": "^5.1.4",
"ora": "3.1.0",
"pkg": "5.8.1",
"eslint": "^7.28.0",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-typescript": "^0.14.0",
"ora": "3.1.0",
"pkg": "5.8.1",
"prettier": "^2.3.2",
"rimraf": "^2.6.2",
"ts-node": "^10.2.1",
Expand Down
Loading

0 comments on commit 929253c

Please sign in to comment.