Skip to content

Commit f76f3ba

Browse files
committed
chore: release v3.1.1
* Reduced CPU load while idle (#475)
1 parent 8687425 commit f76f3ba

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020-2023 AlCalzone
3+
Copyright (c) 2020-2024 AlCalzone
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,9 @@ The file will be overwritten if it exists. The 2nd options argument can be used
160160
Placeholder for next release:
161161
### __WORK IN PROGRESS__
162162
-->
163+
### 3.1.1 (2024-01-25)
164+
* Reduced CPU load while idle (#475)
165+
163166
### 3.1.0 (2023-03-15)
164167
* Support opt-out of updating timestamps for individual set calls (#415)
165168

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alcalzone/jsonl-db",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"description": "Simple JSONL-based key-value store",
55
"main": "./build/index.js",
66
"types": "./build/index.d.ts",

0 commit comments

Comments
 (0)