Skip to content

Commit 33f9943

Browse files
committed
Update development version
1 parent b9a7801 commit 33f9943

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ node_modules
66
vendor
77
coverage
88
.nyc_output
9-
.npmrc
9+
.npmrc
10+
test/learn-tests.js

CHANGELOG.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [0.2.0] - 2020-04-15
99

1010
### Added
11+
- [[#15](https://github.com/schemadb/node-sdk/issues/15)] Return also the schema in decode method.
12+
13+
### Fixed
1114

1215
- [[#13](https://github.com/schemadb/node-sdk/issues/13)] Fix runtime dependencies.
13-
- [[#15](https://github.com/schemadb/node-sdk/issues/15)] Return also the schema in decode method.
1416

1517
## [0.1.0] - 2020-04-12
1618

@@ -28,5 +30,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2830
- [[#2](https://github.com/schemadb/node-sdk/issues/2)] Fetch schema from platform.
2931

3032
[Unreleased]: https://github.com/schemadb/node-sdk/commits/develop
33+
[0.2.0]: https://github.com/schemadb/node-sdk/compare/v0.1.0...v0.2.0
3134
[0.1.0]: https://github.com/schemadb/node-sdk/compare/v0.1.0-alpha.1...v0.1.0
3235
[0.1.0-alpha.1]: https://github.com/schemadb/node-sdk/commits/v0.1.0-alpha.1

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@schemadb/sdk",
3-
"version": "0.2.0-SNAPSHOT",
3+
"version": "0.2.0",
44
"description": "SchemaDB Node.js SDK",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)