Skip to content

Commit 5b1a751

Browse files
committed
changelog
1 parent 7b1d09a commit 5b1a751

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,15 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
66

77
## [Unreleased]
88

9-
- Initial release
9+
- Initial release
10+
11+
## [0.0.1] - 2020-04-17
12+
13+
- initial
14+
15+
## [0.0.2] - 2020-04-17
16+
17+
### Added
18+
19+
- Validation of Schema and Path Item Objects. See [OpenApi Specification v3](https://raw.githubusercontent.com/OAI/OpenAPI-Specification/master/schemas/v3.0/schema.json) for the referenced schema.
20+
- pathput snippet

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "openapi-snippets",
33
"displayName": "OpenApi Snippets",
44
"description": "Provides snippets for OpenApiSpecification in VS Code",
5-
"version": "0.0.1",
5+
"version": "0.0.2",
66
"engines": {
77
"vscode": "^1.44.0"
88
},

0 commit comments

Comments
 (0)