@captureid/capacitor-cidprint 5.0.35 → 5.0.36

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -3,6 +3,12 @@
3
3
  # Ionic Capacitor 5 Plugin for Mobile Print
4
4
 
5
5
  This plugin enables you to use the CaptureID Printer Library and to easily integrate Bluetooth printing into your app(s).
6
+
7
+ ## Release Notes
8
+ ### version 5.0.36
9
+ fixed:
10
+ ### LTS handling using PC23D with multiple tickets.
11
+
6
12
  ## Release Notes
7
13
  ### version 5.0.35
8
14
  fixed:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@captureid/capacitor-cidprint",
3
- "version": "5.0.35",
3
+ "version": "5.0.36",
4
4
  "description": "CaptureID Printer Plugin",
5
5
  "main": "dist/plugin.js",
6
6
  "module": "dist/esm/index.js",