Skip to content

Commit eb0cdd1

Browse files
chore(release): 1.3.1 [skip ci]
## [1.3.1](v1.3.0...v1.3.1) (2025-11-20) ### Bug Fixes * **package:** exclude unnecessary files from npm artifact ([b1fc7f6](b1fc7f6))
1 parent b1fc7f6 commit eb0cdd1

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.3.1](https://github.com/kadykov/mcp-openapi-schema-explorer/compare/v1.3.0...v1.3.1) (2025-11-20)
2+
3+
### Bug Fixes
4+
5+
- **package:** exclude unnecessary files from npm artifact ([b1fc7f6](https://github.com/kadykov/mcp-openapi-schema-explorer/commit/b1fc7f677ad7e008f078956cbc8e1e3f16b2679f))
6+
17
# [1.3.0](https://github.com/kadykov/mcp-openapi-schema-explorer/compare/v1.2.1...v1.3.0) (2025-08-12)
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.3.0",
3+
"version": "1.3.1",
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.3.0';
4+
export const VERSION = '1.3.1';

0 commit comments

Comments
 (0)