chore: Iterate version.

This commit is contained in:
Hayden Young 2024-10-31 22:53:56 +00:00
parent d1ddc2ec98
commit ff8b736ad9
3 changed files with 5 additions and 5 deletions

View File

@ -2,10 +2,10 @@
For now, please refer to our Git commit history for a list of changes.
https://github.com/orbitdb/orbitdb/compare/v2.4.0...v2.4.1
https://github.com/orbitdb/orbitdb/compare/v2.4.1...v2.4.2
You can also use the following git command to generate a log of changes:
```
git log v2.4.0..v2.4.1 --oneline
git log v2.4.1..v2.4.2 --oneline
```

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@orbitdb/core",
"version": "2.4.1",
"version": "2.4.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@orbitdb/core",
"version": "2.4.1",
"version": "2.4.2",
"license": "MIT",
"dependencies": {
"@ipld/dag-cbor": "^9.0.6",

View File

@ -1,6 +1,6 @@
{
"name": "@orbitdb/core",
"version": "2.4.1",
"version": "2.4.2",
"description": "Distributed p2p database on IPFS",
"author": "Haad",
"license": "MIT",