Skip to content

Commit

Permalink
Release 2.0.1 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
rlepinski authored Jul 16, 2024
1 parent 9c32dce commit 5c6750d
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Capacitor Plugin Changelog

## Version 2.0.1 July 16, 2024
Patch release that fixes a critical issue with iOS that prevents the Airship library from automatically initializing. Apps using 2.0.0 should update.

### Changes
- Added missing files to the npm package for iOS

## Version 2.0.0 July 2, 2024
Major release to support Capacitor 6.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
package com.airship.capacitor

object AirshipCapacitorVersion {
var version = "2.0.0"
var version = "2.0.1"
}
2 changes: 1 addition & 1 deletion ios/Plugin/AirshipCapacitorVersion.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
import Foundation

class AirshipCapacitorVersion {
static let version = "2.0.0"
static let version = "2.0.1"
}
4 changes: 2 additions & 2 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ua/capacitor-airship",
"version": "2.0.0",
"version": "2.0.1",
"description": "Airship capacitor plugin",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand All @@ -11,6 +11,7 @@
"android/build.gradle",
"dist/",
"ios/Plugin/",
"ios/Bootloader/",
"UaCapacitorAirship.podspec"
],
"author": "Airship",
Expand Down

0 comments on commit 5c6750d

Please sign in to comment.