Skip to content
This repository has been archived by the owner on Nov 10, 2020. It is now read-only.

Commit

Permalink
Update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
matei-radu committed Mar 1, 2019
1 parent ae6e626 commit c71c9ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [1.4.0] - 2019-03-01

### Added

Expand Down Expand Up @@ -115,6 +115,7 @@ The following functions have been deprecated. Please see

- `openInApp`: open a valid http(s) URL with an in-app browser.

[1.4.0]: https://github.com/matt-block/react-native-in-app-browser/compare/v1.3.0...v1.4.0
[1.3.0]: https://github.com/matt-block/react-native-in-app-browser/compare/v1.2.7...v1.3.0
[1.2.7]: https://github.com/matt-block/react-native-in-app-browser/compare/v1.2.4...v1.2.7
[1.2.4]: https://github.com/matt-block/react-native-in-app-browser/compare/v1.2.1...v1.2.4
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@matt-block/react-native-in-app-browser",
"version": "1.4.0-rc.1",
"version": "1.4.0",
"description": "React Native in-app browser",
"keywords": [
"in-app",
Expand Down Expand Up @@ -76,4 +76,4 @@
"dependencies": {
"tinycolor2": "^1.4.1"
}
}
}

0 comments on commit c71c9ae

Please sign in to comment.