Skip to content

Commit ac1419b

Browse files
chore(release): 1.3.0 [skip ci]
# [1.3.0](v1.2.1...v1.3.0) (2025-08-12) ### Bug Fixes * Use more generic instructions ([1372aae](1372aae)) ### Features * add brief instructions so LLMs can better understand how to use the server ([c55c4ec](c55c4ec))
1 parent 1372aae commit ac1419b

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [1.3.0](https://github.com/kadykov/mcp-openapi-schema-explorer/compare/v1.2.1...v1.3.0) (2025-08-12)
2+
3+
### Bug Fixes
4+
5+
- Use more generic instructions ([1372aae](https://github.com/kadykov/mcp-openapi-schema-explorer/commit/1372aaea824f2b9eb5d4c3569acc4f38c82550fd))
6+
7+
### Features
8+
9+
- add brief instructions so LLMs can better understand how to use the server ([c55c4ec](https://github.com/kadykov/mcp-openapi-schema-explorer/commit/c55c4ec029a7603746bf506340d8e3ffd54a6532))
10+
111
## [1.2.1](https://github.com/kadykov/mcp-openapi-schema-explorer/compare/v1.2.0...v1.2.1) (2025-04-13)
212

313
### 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.2.1",
3+
"version": "1.3.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.2.1';
4+
export const VERSION = '1.3.0';

0 commit comments

Comments
 (0)