From 6bb02fea8e14bb9537c62063202c6130cbc46382 Mon Sep 17 00:00:00 2001 From: Jenkins CI Date: Thu, 28 Feb 2019 14:39:23 +0000 Subject: [PATCH] Prepare version v0.3.0 --- CHANGELOG.md | 17 +++++++++++++++++ RELEASENOTES.md | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 20 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f4ffb8..855a957 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +# Release 0.3.0 (2019-02-28) + +[Changes since v0.2.0](https://github.com/realm/react-realm-context/compare/v0.2.0...v0.3.0) + +## Enhancements + +* None + +## Fixed + +* Fixed the types by removing the `esModuleInterop` from the tsconfig.json. ([#15](https://github.com/realm/react-realm-context/pull/15), since 0.2.0) + +## Internals + +* None + + # Release 0.2.0 (2019-02-28) [Changes since v0.1.0](https://github.com/realm/react-realm-context/compare/v0.1.0...v0.2.0) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 7af01cb..20ca4bc 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -6,7 +6,7 @@ ## Fixed -* Fixed the types by removing the `esModuleInterop` from the tsconfig.json. ([#15](https://github.com/realm/react-realm-context/pull/15), since 0.2.0) +* None ## Internals diff --git a/package-lock.json b/package-lock.json index fc2d74d..572b13a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-realm-context", - "version": "0.2.0", + "version": "0.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5e25c11..2c384c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-realm-context", - "version": "0.2.0", + "version": "0.3.0", "description": "Components that simplifies using Realm with React", "scripts": { "build": "tsc -p config/tsconfig.build.json",