File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ Unreleased ]
8
+ ## [ 0.3.0 ] - 2020-04-18
9
9
10
10
### Added
11
11
- [[ #14 ] ( https://github.com/schemadb/node-sdk/issues/14 )] Get specific schema version.
@@ -35,6 +35,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
35
35
- [[ #2 ] ( https://github.com/schemadb/node-sdk/issues/2 )] Fetch schema from platform.
36
36
37
37
[ Unreleased ] : https://github.com/schemadb/node-sdk/commits/develop
38
+ [ 0.3.0 ] : https://github.com/schemadb/node-sdk/compare/v0.2.0...v0.3.0
38
39
[ 0.2.0 ] : https://github.com/schemadb/node-sdk/compare/v0.1.0...v0.2.0
39
40
[ 0.1.0 ] : https://github.com/schemadb/node-sdk/compare/v0.1.0-alpha.1...v0.1.0
40
41
[ 0.1.0-alpha.1 ] : https://github.com/schemadb/node-sdk/commits/v0.1.0-alpha.1
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @schemadb/sdk" ,
3
- "version" : " 0.3.0-SNAPSHOT " ,
3
+ "version" : " 0.3.0" ,
4
4
"description" : " SchemaDB Node.js SDK" ,
5
5
"main" : " dist/index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments