diff --git a/.github/actions/tests/pre-commit/action.yml b/.github/actions/tests/pre-commit/action.yml index 86e0a3f..3823c77 100644 --- a/.github/actions/tests/pre-commit/action.yml +++ b/.github/actions/tests/pre-commit/action.yml @@ -99,7 +99,7 @@ runs: - name: Run Prettier shell: bash run: | - prettier --write . + npx prettier --write --log-level silent . - name: Lint commit and push id: lint-commit-and-push diff --git a/CHANGELOG.md b/CHANGELOG.md index c602127..47df972 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,33 +7,29 @@ ## [1.1.1](https://github.com/lpm0073/automatic-grader/compare/v1.1.0...v1.1.1) (2023-11-28) - ### Bug Fixes -* add stronger type checking, and existence of dict keys, and verbose error output ([1ee48c5](https://github.com/lpm0073/automatic-grader/commit/1ee48c511cd1030bbf7201f7d58f28e25fea7463)) -* remove terraform and reactjs tests ([a512a3a](https://github.com/lpm0073/automatic-grader/commit/a512a3a64d6f7fb9adee8464de10d35bc7ea6ead)) -* switch from pre-commit-ci to pre-commit command line in bash ([3699ef2](https://github.com/lpm0073/automatic-grader/commit/3699ef27d0481c7284a6e9c1bf9715347258d7d4)) +- add stronger type checking, and existence of dict keys, and verbose error output ([1ee48c5](https://github.com/lpm0073/automatic-grader/commit/1ee48c511cd1030bbf7201f7d58f28e25fea7463)) +- remove terraform and reactjs tests ([a512a3a](https://github.com/lpm0073/automatic-grader/commit/a512a3a64d6f7fb9adee8464de10d35bc7ea6ead)) +- switch from pre-commit-ci to pre-commit command line in bash ([3699ef2](https://github.com/lpm0073/automatic-grader/commit/3699ef27d0481c7284a6e9c1bf9715347258d7d4)) # [1.1.0](https://github.com/lpm0073/automatic-grader/compare/v1.0.1...v1.1.0) (2023-11-27) - ### Features -* add unit testing ([4de144e](https://github.com/lpm0073/automatic-grader/commit/4de144e9116ccd097d3d501745ca1ddd72d104e2)) -* test incorrect response file type ([666e686](https://github.com/lpm0073/automatic-grader/commit/666e6862fad8e1cbe2e4b0c6dd0eeb9493d89a79)) +- add unit testing ([4de144e](https://github.com/lpm0073/automatic-grader/commit/4de144e9116ccd097d3d501745ca1ddd72d104e2)) +- test incorrect response file type ([666e686](https://github.com/lpm0073/automatic-grader/commit/666e6862fad8e1cbe2e4b0c6dd0eeb9493d89a79)) ## [1.0.1](https://github.com/lpm0073/automatic-grader/compare/v1.0.0...v1.0.1) (2023-11-27) - ### Bug Fixes -* make npm private so that it doesn't try to publish to npm ([a446fbe](https://github.com/lpm0073/automatic-grader/commit/a446fbe29de9f4281620078e1fd6da2e4e0bb17c)) -* make npm private so that it doesn't try to publish to npm ([0ac8782](https://github.com/lpm0073/automatic-grader/commit/0ac8782cf6f06fee9662a08710d9f5fc3b8b2fb1)) +- make npm private so that it doesn't try to publish to npm ([a446fbe](https://github.com/lpm0073/automatic-grader/commit/a446fbe29de9f4281620078e1fd6da2e4e0bb17c)) +- make npm private so that it doesn't try to publish to npm ([0ac8782](https://github.com/lpm0073/automatic-grader/commit/0ac8782cf6f06fee9662a08710d9f5fc3b8b2fb1)) # 1.0.0 (2023-11-27) - ### Features -* add packaging functionality ([bb6856c](https://github.com/lpm0073/automatic-grader/commit/bb6856c99159cd24d818175a7acb0709fb5237c1)) -* setup repo ([85ec05c](https://github.com/lpm0073/automatic-grader/commit/85ec05c972bf45d2cc0a1998dea2dde0704c7411)) +- add packaging functionality ([bb6856c](https://github.com/lpm0073/automatic-grader/commit/bb6856c99159cd24d818175a7acb0709fb5237c1)) +- setup repo ([85ec05c](https://github.com/lpm0073/automatic-grader/commit/85ec05c972bf45d2cc0a1998dea2dde0704c7411)) diff --git a/grader/__version__.py b/grader/__version__.py index 7b344ec..7bb021e 100644 --- a/grader/__version__.py +++ b/grader/__version__.py @@ -1 +1 @@ -__version__ = '1.1.2' +__version__ = '1.1.3'