Skip to content

Commit 68d1c52

Browse files
chore(release): 1.1.0 [skip ci]
# [1.1.0](v1.0.2...v1.1.0) (2025-04-13) ### Features * enhance component and path item rendering with descriptions and examples in hints ([6989159](6989159))
1 parent 894d8f3 commit 68d1c52

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# [1.1.0](https://github.com/kadykov/mcp-openapi-schema-explorer/compare/v1.0.2...v1.1.0) (2025-04-13)
2+
3+
### Features
4+
5+
- enhance component and path item rendering with descriptions and examples in hints ([6989159](https://github.com/kadykov/mcp-openapi-schema-explorer/commit/698915972338b4a16419c9cea3e2377b7701f50b))
6+
17
## [1.0.2](https://github.com/kadykov/mcp-openapi-schema-explorer/compare/v1.0.1...v1.0.2) (2025-04-13)
28

39
### Bug Fixes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mcp-openapi-schema-explorer",
3-
"version": "1.0.2",
3+
"version": "1.1.0",
44
"description": "MCP OpenAPI schema explorer",
55
"type": "module",
66
"main": "dist/src/index.js",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// Auto-generated by scripts/generate-version.js during semantic-release prepare step
22
// Do not edit this file manually.
33

4-
export const VERSION = '1.0.2';
4+
export const VERSION = '1.1.0';

0 commit comments

Comments
 (0)