Skip to content

Commit

Permalink
chore: release v3.0.0
Browse files Browse the repository at this point in the history
* Support recording timestamps for each value (#413)
* Drop support for Node.js 12 (#414)
  • Loading branch information
AlCalzone committed Mar 9, 2023
1 parent 4b5ba35 commit ade9dcf
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020-2022 AlCalzone
Copyright (c) 2020-2023 AlCalzone

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,10 @@ The file will be overwritten if it exists. The 2nd options argument can be used
Placeholder for next release:
### __WORK IN PROGRESS__
-->
### 3.0.0 (2023-03-09)
* Support recording timestamps for each value (#413)
* Drop support for Node.js 12 (#414)

### 2.5.3 (2022-09-06)
* Consider lockfiles from the future to be stale (#371)

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alcalzone/jsonl-db",
"version": "2.5.3",
"version": "3.0.0",
"description": "Simple JSONL-based key-value store",
"main": "./build/index.js",
"types": "./build/index.d.ts",
Expand Down

0 comments on commit ade9dcf

Please sign in to comment.