diff --git a/CHANGELOG.md b/CHANGELOG.md index 54f5193..f650096 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,23 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.1.4] - 2024-11-25 + +### Added + +- ✨ Support for Arazzo and AsyncAPI V3 ✨ + +### Changed + +- Update to Spectral v6.14.2 + +## [1.1.2] - 2023-04-04 + +## Changed + +- ReadMe updates +- Remove marketplace badge as SVGs are not supported for extensions + ## [1.0.0] - 2022-04-21 ### Added diff --git a/client/package.json b/client/package.json index 5fb5252..bf4c4ca 100644 --- a/client/package.json +++ b/client/package.json @@ -3,7 +3,7 @@ "dependencies": { "vscode-languageclient": "^6.1.3" }, - "description": "JSON/YAML linter with OpenAPI and custom ruleset support.", + "description": "JSON/YAML linter with OpenAPI, Arazzo, AsyncAPI, and custom ruleset support", "displayName": "Spectral", "engines": { "vscode": "^1.48.0", diff --git a/package.json b/package.json index c2e5b9c..467a2d6 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ } ] }, - "description": "JSON/YAML linter with OpenAPI and custom ruleset support.", + "description": "JSON/YAML linter with OpenAPI, Arazzo, AsyncAPI, and custom ruleset support.", "devDependencies": { "@types/chai": "^4.3.1", "@types/chai-jest-snapshot": "^1.3.6",