Skip to content

Commit

Permalink
Merge pull request #13 from lpm0073/next
Browse files Browse the repository at this point in the history
fix: prettier
  • Loading branch information
lpm0073 authored Nov 28, 2023
2 parents 4c8cdf3 + a46356e commit 8ff9bbe
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/actions/tests/pre-commit/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
22 changes: 9 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
2 changes: 1 addition & 1 deletion grader/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.1.2'
__version__ = '1.1.3'

0 comments on commit 8ff9bbe

Please sign in to comment.