Skip to content

Commit

Permalink
chore(release): raise version to 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Chuckytuh committed Dec 18, 2019
1 parent cdcac4e commit 06fd8c6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [2.4.0]
### Fixes
- Register/unregister receiver in proper lifecycle callbacks [RNMT-3515](https://outsystemsrd.atlassian.net/browse/RNMT-3515)

Expand All @@ -15,5 +17,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
### Additions
- Adds support for WKWebView [RNMT-2573](https://outsystemsrd.atlassian.net/browse/RNMT-2573)

[Unreleased]: https://github.com/OutSystems/Cordova-OutSystems-AppFeedback/compare/2.3.0...HEAD
[Unreleased]: https://github.com/OutSystems/Cordova-OutSystems-AppFeedback/compare/2.4.0...HEAD
[2.4.0]: https://github.com/OutSystems/Cordova-OutSystems-AppFeedback/compare/2.3.0...2.4.0
[2.3.0]: https://github.com/OutSystems/Cordova-OutSystems-AppFeedback/compare/2.2.1...2.3.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.outsystems.plugins.appfeedback",
"version": "2.3.0",
"version": "2.4.0",
"description": "OutSystems App Feedback plugin for Cordova applications",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
id="com.outsystems.plugins.appfeedback"
version="2.3.0">
version="2.4.0">

<name>OutSystems AppFeedback</name>
<description>OutSystems AppFeedback plugin for Cordova applications</description>
Expand Down

0 comments on commit 06fd8c6

Please sign in to comment.