Update version to 1.0.6 in package.json and add GitHub Actions workflow for automated release management.

This commit is contained in:
Luke Hagar
2025-10-01 22:51:41 +00:00
parent 5685fc2796
commit ee32938e4d
2 changed files with 161 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "oas-types",
"version": "1.0.5",
"version": "1.0.6",
"description": "Comprehensive TypeScript definitions for all OpenAPI specification versions (Swagger 2.0, OpenAPI 3.0, 3.1, 3.2)",
"main": "index.ts",
"module": "index.ts",