Skip to content

Commit

Permalink
make version 0.0.3, update readme, update security.md
Browse files Browse the repository at this point in the history
  • Loading branch information
good-lly committed Dec 3, 2023
1 parent 937db5a commit bd12800
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,11 +140,6 @@ npm run dev

- no test coverage, use carefully
- response speed (no benchmarks so far)
- inserting 1000+ entries results in hitting request limit

```python
Error: Too many API requests by single worker invocation.
```

## Contribution

Expand Down
5 changes: 3 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ currently being supported with security updates.

| Version | Supported |
| ------- | ------------------ |
| 0.0.1 | :white_check_mark: |
| 0.0.2 | :white_check_mark: |
| 0.0.1 | nope |
| 0.0.2 | nope |
| 0.0.3 | :white_check_mark: |

## Reporting a Vulnerability

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lowstorage",
"version": "0.0.2",
"version": "0.0.3",
"description": "Zero-dependency, simple pseudo-database on Cloudflare R2, inspired by lowdb.",
"keywords": [
"storage",
Expand Down

0 comments on commit bd12800

Please sign in to comment.