Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make readme image URL absolute #117

Merged
merged 2 commits into from
Dec 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<h1 align="center">
<img alt="Lest, painless Lua testing" src="readme.png" width="70%" />
<img alt="Lest, painless Lua testing" src="https://raw.githubusercontent.com/TAServers/lest/master/readme.png" width="70%" />
</h1>
<p align="center">
<a href="https://www.npmjs.com/package/@taservers/lest" style="text-decoration: none;">
Expand Down
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.

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

## [3.1.1] - [#TODO](https://github.com/TAServers/lest/pull/TODO

### Fixed

- Fixed banner image URL in `README.md`

## [3.1.0] - [#113](https://github.com/TAServers/lest/pull/113)

### Added
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": "3.1.0",
"version": "3.1.1",
"license": "MIT",
"description": "Painless Lua testing.",
"homepage": "https://taservers.github.io/lest/",
Expand Down
Loading