Skip to content

Commit

Permalink
chore: v3.8.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
petermetz committed May 11, 2019
1 parent 96a86d2 commit f137178
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 3.8.0

- 40abc3b feat: add ARMA filter support for distance calcs
- f2fe545 build(android): updated to latest published altbeacon library
- 0fa7553 fix(build): upgrades commitlint CLI due to vulnerability
- 7a0472a fix(ios): location manager no longer handles other instances messages

# 3.6.1

* Fixes: https://github.com/petermetz/cordova-plugin-ibeacon/issues/259
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.unarin.cordova.beacon",
"version": "3.6.1",
"version": "3.8.0",
"description": "Proximity Beacon Monitoring and Transmission Plugin (supporting iBeacons)",
"cordova": {
"id": "com.unarin.cordova.beacon",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<plugin id="com.unarin.cordova.beacon" version="3.6.1" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
<plugin id="com.unarin.cordova.beacon" version="3.8.0" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">

<name>Proximity Beacon Plugin</name>
<description>Proximity Beacon Monitoring and Transmission Plugin (supporting iBeacons)</description>
Expand Down

0 comments on commit f137178

Please sign in to comment.