Skip to content

Commit

Permalink
Update changelog and bump package version
Browse files Browse the repository at this point in the history
  • Loading branch information
Derpius committed Dec 3, 2023
1 parent 37d6bfe commit 1d4514e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions packages/lest/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,21 @@ The valid change types are:
- `Fixed` for any bug fixes.
- `Security` in case of vulnerabilities.

## [3.0.0] - [#102](https://github.com/TAServers/lest/issues/102)

### Added

- Made it possible to set `testMatch` from the CLI

### Changed

- (**BREAKING**) Changed CLI option format to only support `--option=value` and `-o=value` (`--option` and `-o` are shorthand for `--option=true` and `-o=true` respectively)

### Fixed

- `lest.config.lua` is no longer required to run tests [#97](https://github.com/TAServers/lest/issues/97)
- Unrecognised CLI arguments no longer throw an error, fixing the `--luaCommand` option in the wrapper being unusable [#104](https://github.com/TAServers/lest/issues/104)

## [2.1.0] - [#95](https://github.com/TAServers/lest/issues/95)

### Changed
Expand Down
2 changes: 1 addition & 1 deletion packages/lest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taservers/lest",
"version": "2.1.0",
"version": "3.0.0",
"license": "MIT",
"description": "Painless Lua testing.",
"homepage": "https://taservers.github.io/lest/",
Expand Down

0 comments on commit 1d4514e

Please sign in to comment.