Skip to content

Commit 9eeee9d

Browse files
authored
Merge pull request #20 from asgardeo/changeset-release/main
[Release] [GitHub Action] Update package versions
2 parents 1ad0696 + 0fc929e commit 9eeee9d

7 files changed

Lines changed: 33 additions & 9 deletions

File tree

.changeset/thick-jobs-talk.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

examples/express-vetassist-mcp-server/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @asgardeo/express-mcp-vet-ai-assist-app
22

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`3a7652d`](https://github.com/asgardeo/mcp-auth-javascript/commit/3a7652dd69ae4b520f7b3b818d8b97e30b59030a)]:
9+
- @asgardeo/mcp-express@0.3.0
10+
311
## 0.1.1
412

513
### Patch Changes

examples/express-vetassist-mcp-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@asgardeo/express-vetassist-mcp-server",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"description": "Example Express server demonstrating MCP authorization using Asgardeo",
66
"keywords": [
77
"asgardeo",

packages/mcp-express/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @asgardeo/mcp-express
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- [#19](https://github.com/asgardeo/mcp-auth-javascript/pull/19)
8+
[`3a7652d`](https://github.com/asgardeo/mcp-auth-javascript/commit/3a7652dd69ae4b520f7b3b818d8b97e30b59030a) Thanks
9+
[@brionmario](https://github.com/brionmario)! - Introduced configuredAuthServer that only requires .env BASE_URL entry
10+
11+
### Patch Changes
12+
13+
- Updated dependencies
14+
[[`3a7652d`](https://github.com/asgardeo/mcp-auth-javascript/commit/3a7652dd69ae4b520f7b3b818d8b97e30b59030a)]:
15+
- @asgardeo/mcp-node@0.3.0
16+
317
## 0.2.1
418

519
### Patch Changes

packages/mcp-express/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@asgardeo/mcp-express",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"description": "Express middleware for enforcing Model Context Protocol (MCP) authorization using Asgardeo.",
55
"keywords": [
66
"asgardeo",

packages/mcp-node/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @asgardeo/mcp-node
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- [#19](https://github.com/asgardeo/mcp-auth-javascript/pull/19)
8+
[`3a7652d`](https://github.com/asgardeo/mcp-auth-javascript/commit/3a7652dd69ae4b520f7b3b818d8b97e30b59030a) Thanks
9+
[@brionmario](https://github.com/brionmario)! - Introduced configuredAuthServer that only requires .env BASE_URL entry
10+
311
## 0.2.0
412

513
### Minor Changes

packages/mcp-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@asgardeo/mcp-node",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Node.js core for enforcing Model Context Protocol (MCP) authorization using Asgardeo.",
55
"keywords": [
66
"asgardeo",

0 commit comments

Comments
 (0)