diff --git a/CHANGELOG.md b/CHANGELOG.md index 60c78ae..2441245 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,36 +1,11 @@ -## [3.0.0](https://github.com/evva-sfw/abrevva-capacitor/compare/2.0.1...3.0.0) (2024-10-28) - - -### โš  BREAKING CHANGES - -* rename package to @evva/ instead of @evva-sfw/ - -### ๐Ÿ“ Documentation - -* add changelog file ([6893c23](https://github.com/evva-sfw/abrevva-capacitor/commit/6893c23161da3f6919514e52cecf4574811db79b)) -* fix changelog headings ([2570436](https://github.com/evva-sfw/abrevva-capacitor/commit/2570436b11a27de2f3879fafc84777614005e53e)) - - -### โš™๏ธ Build System - -* add github web test job ([cb12c0c](https://github.com/evva-sfw/abrevva-capacitor/commit/cb12c0ce0d72f79211e8cde74be560bd365d6ae5)) -* **deps:** bump cookie, engine.io and express in /test-app ([6da3c60](https://github.com/evva-sfw/abrevva-capacitor/commit/6da3c6074c8500f7dff01e43bd6f42c1f0a1a107)) - - -### ๐Ÿš€ Continuous Integration - -* add chore to release-it config ([de19840](https://github.com/evva-sfw/abrevva-capacitor/commit/de1984093a7ff8416ccbe5166163a8d740885810)) +## [3.0.2](https://github.com/evva-sfw/abrevva-capacitor/compare/3.0.0...3.0.2) (2024-11-08) ### ๐Ÿงน Chore -* bump deps ([36d4999](https://github.com/evva-sfw/abrevva-capacitor/commit/36d499981f077f54be8f4aac3ca32fbe735ed25f)) -* rename package to @evva/ instead of @evva-sfw/ ([b47910c](https://github.com/evva-sfw/abrevva-capacitor/commit/b47910cb952823a8039908f5cc3608c5f45f9b0f)) -* unify project title in readme ([899d4c8](https://github.com/evva-sfw/abrevva-capacitor/commit/899d4c8492ca09292aa01a068dd68d8eece8fac6)) -* update .editorconfig ([b634336](https://github.com/evva-sfw/abrevva-capacitor/commit/b63433654f7caec719582fc3bbd19d902bbc9a37)) -* update deps and fix jest tests ([3d7d364](https://github.com/evva-sfw/abrevva-capacitor/commit/3d7d36441be0804928318730c0ead692b80b7ac1)) +* bump sdk and package version ([c2b58a5](https://github.com/evva-sfw/abrevva-capacitor/commit/c2b58a53585c947a0f221c6cc4f9867bfb170806)) ### Changelog @@ -38,7 +13,13 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -#### [3.0.0](https://github.com/evva-sfw/abrevva-capacitor/compare/2.0.1...3.0.0) +#### [3.0.2](https://github.com/evva-sfw/abrevva-capacitor/compare/3.0.0...3.0.2) + +- chore: bump sdk and package version [`#23`](https://github.com/evva-sfw/abrevva-capacitor/pull/23) + +### [3.0.0](https://github.com/evva-sfw/abrevva-capacitor/compare/2.0.1...3.0.0) + +> 28 October 2024 - build: enable job for web plugin tests [`#22`](https://github.com/evva-sfw/abrevva-capacitor/pull/22) - chore!: rename package to @evva/ instead of @evva-sfw/ [`#21`](https://github.com/evva-sfw/abrevva-capacitor/pull/21) diff --git a/package-lock.json b/package-lock.json index c975b18..cfef710 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@evva/abrevva-capacitor", - "version": "3.0.1", + "version": "3.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@evva/abrevva-capacitor", - "version": "3.0.1", + "version": "3.0.2", "license": "SEE LICENSE IN ", "dependencies": { "throat": "^6.0.2" diff --git a/package.json b/package.json index 14eaf42..7b797ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@evva/abrevva-capacitor", - "version": "3.0.1", + "version": "3.0.2", "type": "module", "description": "Collection of tools to work with electronic EVVA access components.", "main": "dist/plugin.cjs.js",