mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-07-03 11:02:31 +00:00
chore: Iterate version.
This commit is contained in:
parent
af79cb8235
commit
c3be1d2fac
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
For now, please refer to our Git commit history for a list of changes.
|
For now, please refer to our Git commit history for a list of changes.
|
||||||
|
|
||||||
https://github.com/orbitdb/orbitdb/compare/v2.4.1...v2.4.2
|
https://github.com/orbitdb/orbitdb/compare/v2.4.2...v2.4.3
|
||||||
|
|
||||||
You can also use the following git command to generate a log of changes:
|
You can also use the following git command to generate a log of changes:
|
||||||
|
|
||||||
```
|
```
|
||||||
git log v2.4.1..v2.4.2 --oneline
|
git log v2.4.2..v2.4.3 --oneline
|
||||||
```
|
```
|
||||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "@orbitdb/core",
|
"name": "@orbitdb/core",
|
||||||
"version": "2.4.2",
|
"version": "2.4.3",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@orbitdb/core",
|
"name": "@orbitdb/core",
|
||||||
"version": "2.4.2",
|
"version": "2.4.3",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ipld/dag-cbor": "^9.0.6",
|
"@ipld/dag-cbor": "^9.0.6",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@orbitdb/core",
|
"name": "@orbitdb/core",
|
||||||
"version": "2.4.2",
|
"version": "2.4.3",
|
||||||
"description": "Distributed p2p database on IPFS",
|
"description": "Distributed p2p database on IPFS",
|
||||||
"author": "Haad",
|
"author": "Haad",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user