Skip to content

Commit

Permalink
Merge pull request #63 from DIG-Network/release/v0.0.1-alpha.69
Browse files Browse the repository at this point in the history
Release/v0.0.1 alpha.69
  • Loading branch information
MichaelTaylor3D authored Oct 1, 2024
2 parents 952ecc5 + 6126fe0 commit 7b83548
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 8 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.0.1-alpha.69](https://github.com/DIG-Network/dig-content-server/compare/v0.0.1-alpha.68...v0.0.1-alpha.69) (2024-10-01)


### Bug Fixes

* return index on key not found ([6f6eb57](https://github.com/DIG-Network/dig-content-server/commit/6f6eb57303fdada2b583a7d360df98ddae73c9c9))

### [0.0.1-alpha.68](https://github.com/DIG-Network/dig-content-server/compare/v0.0.1-alpha.67...v0.0.1-alpha.68) (2024-10-01)


Expand Down
36 changes: 30 additions & 6 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dig-content-server",
"version": "0.0.1-alpha.68",
"version": "0.0.1-alpha.69",
"description": "",
"type": "commonjs",
"main": "./dist/index.js",
Expand All @@ -25,7 +25,7 @@
],
"dependencies": {
"@dignetwork/datalayer-driver": "^0.1.28",
"@dignetwork/dig-sdk": "^0.0.1-alpha.107",
"@dignetwork/dig-sdk": "^0.0.1-alpha.108",
"add": "^2.0.6",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
Expand Down

0 comments on commit 7b83548

Please sign in to comment.