Skip to content

Commit

Permalink
Prepare version v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins CI committed Feb 28, 2019
1 parent fa82898 commit 6bb02fe
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 6bb02fe

Please sign in to comment.