Skip to content

Commit 0ae61f9

Browse files
committed
Update version and changelog
1 parent 355b98c commit 0ae61f9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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.3.0] - 2020-04-18
99

1010
### Added
1111
- [[#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
3535
- [[#2](https://github.com/schemadb/node-sdk/issues/2)] Fetch schema from platform.
3636

3737
[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
3839
[0.2.0]: https://github.com/schemadb/node-sdk/compare/v0.1.0...v0.2.0
3940
[0.1.0]: https://github.com/schemadb/node-sdk/compare/v0.1.0-alpha.1...v0.1.0
4041
[0.1.0-alpha.1]: https://github.com/schemadb/node-sdk/commits/v0.1.0-alpha.1

package.json

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

0 commit comments

Comments
 (0)