Skip to content

Commit 43c0cb6

Browse files
committed
feat: implement initial landing page with animated background, scroll-reveal effects, and conceptual SVG illustrations.
1 parent 66e40ff commit 43c0cb6

4 files changed

Lines changed: 8 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to **Agent DB SDK** are documented here.
44

5+
## [1.4.1] - 2026-03-03
6+
### Fixed
7+
- **NPM Publish**: Resolved version conflict for re-publishing.
8+
59
## [1.4.0] - 2026-03-02
610
### Added
711
- **Model Context Protocol (MCP)**: Implemented full server with tools for memory storage, encryption, and delegation.

frontend/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
2-
"name": "frontend",
2+
"name": "@gitsofaryan/agent-db-frontend",
33
"version": "0.1.0",
4-
"private": true,
54
"scripts": {
65
"dev": "next dev",
76
"build": "next build",
@@ -26,4 +25,4 @@
2625
"eslint-config-next": "16.1.6",
2726
"typescript": "^5"
2827
}
29-
}
28+
}

frontend/src/LandingPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ export default function LandingPage() {
351351
Get Started
352352
</Link>
353353
<a
354-
href="https://github.com/IPFS-AI-Context-Flow"
354+
href="https://github.com/gitsofaryan/AgentDB"
355355
target="_blank"
356356
rel="noreferrer"
357357
className="lp-btn lp-btn--ghost"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arienjain/agent-db",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"description": "Persistent, encrypted, and permission-controlled memory for autonomous AI agents.",
55
"main": "dist/index.cjs",
66
"module": "dist/index.js",

0 commit comments

Comments
 (0)